]> git.ipfire.org Git - ipfire.org.git/blobdiff - static/css/style.css
Major update of the webapp.
[ipfire.org.git] / static / css / style.css
index 70e35493a859c82a17d2def2ecbec71406211325..82ee4a50b699a424761bddc31bed2f7666285e28 100644 (file)
@@ -11,10 +11,14 @@ body {
        padding-bottom: 10px;
 }
 
-.ac {
+.ac, td.ac {
        text-align: center;
 }
 
+.ar {
+       text-align: right;
+}
+
 .clear {
        clear: both;
 }
@@ -275,6 +279,11 @@ section > ul li {
        margin-bottom: 100px;
 }
 
+.progress-small {
+       margin-top: 6px;
+       height: 6px;
+}
+
 @media (min-width: 768px) and (max-width: 979px) {
        body {
                padding-top: 0;
@@ -372,3 +381,28 @@ section > ul li {
                padding-bottom: 20px;
        }
 }
+
+.planet-table td.date {
+       width: 10em;
+}
+
+.planet-table td.author {
+       width: 10em;
+}
+
+.news-entries td.date {
+       width: 8em;
+       text-align: right;
+}
+
+.well-white {
+       background-color: white;
+}
+
+.table-wishlist-widget {
+       width: 100%;
+}
+
+.table-wishlist-widget td.progress-bar {
+       width: 40%;
+}