extras-buildsys/www/css style.css,1.4,1.5

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Aug 4 20:27:15 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/www/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26158/www/css

Modified Files:
	style.css 
Log Message:
2005-08-04  Dan Williams <dcbw at redhat.com>

    * Attempts to reduce network bandwidth usage between client & server
        - for listing jobs, 'status' item in the arg list is now a list itself
            which is combined using OR.
        - New 'orderby' arg for listing jobs
        - Fixes for both of the above in the web interface, the client,
            and the server

    * Small fixes to the web interface to display 'result' as well as 'status'




Index: style.css
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/css/style.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- style.css	27 Jul 2005 07:25:36 -0000	1.4
+++ style.css	4 Aug 2005 20:27:13 -0000	1.5
@@ -189,7 +189,7 @@
     font-size:      12px;
 }
 
-font.status-addtorepo {
+font.status-add_to_repo {
     color:          #aaaa00;
     font-weight:    bold;
     font-size:      12px;
@@ -207,6 +207,23 @@
     font-size:      12px;
 }
 
+font.result-failed {
+    color:          #aa0000;
+    font-weight:    bold;
+    font-size:      12px;
+}
+
+font.result-success {
+    color:          #00aa00;
+    font-weight:    bold;
+    font-size:      12px;
+}
+
+font.result-in-progress {
+    color:          #0000aa;
+    font-weight:    bold;
+    font-size:      12px;
+}
 
 /*
 -------------------------------
@@ -247,7 +264,7 @@
 }
 
 td.archjobs {
-    padding:        5px 10px 5px 10px;
+    padding:        5px 5px 5px 5px;
 }
 
 font.archjobtag {




More information about the fedora-extras-commits mailing list