AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / theme / default / css / general.css
index e48bab2239c91520bebd92e7be6fa472f7b4831e..08e997da50f9d8e60f59b47c51fa4d3863da123d 100644 (file)
@@ -229,7 +229,7 @@ a.logout_box {
 }
 
 .ajax_bug_table {
-       background-color: #cc0000;
+       background-color: #aa0000;
        margin: 0px;
        max-width: 100%;
        min-width: 400px;
@@ -277,7 +277,7 @@ a.logout_box {
 }
 
 .ajax_bug_table_header {
-       background-color: #cc0000;
+       background-color: #aa0000;
        color: #ffffff;
 }
 
@@ -774,3 +774,14 @@ li.listing {
        text-align: left;
        font-style: italic;
 }
+
+.ui-progressbar {
+       height:2em;
+       text-align: left;
+       overflow: hidden;
+}
+
+.ui-progressbar .ui-progressbar-value {
+       margin: -1px;
+       height:100%;
+}