]> 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 1a5af1c3b6ba332493ea6479edbcb4071155d6fb..82ee4a50b699a424761bddc31bed2f7666285e28 100644 (file)
@@ -11,7 +11,7 @@ body {
        padding-bottom: 10px;
 }
 
-.ac {
+.ac, td.ac {
        text-align: center;
 }
 
@@ -279,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;
@@ -393,3 +398,11 @@ section > ul li {
 .well-white {
        background-color: white;
 }
+
+.table-wishlist-widget {
+       width: 100%;
+}
+
+.table-wishlist-widget td.progress-bar {
+       width: 40%;
+}