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

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Aug 4 21:12:50 UTC 2005


Author: dcbw

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

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

    * server/UserInterface.py
        - Accept asc/desc ordering in addition to field order.  You now
            do e.x.: args['orderby'] = ['package asc', 'endtime desc']

    * www/indiv.psp
        - Stick in-progress jobs at the top of the list

    * www/template/head.psp
        - Keep user's email address through the success/failed pages




Index: style.css
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/css/style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- style.css	4 Aug 2005 20:27:13 -0000	1.5
+++ style.css	4 Aug 2005 21:12:48 -0000	1.6
@@ -183,6 +183,12 @@
     padding:            4px;
 }
 
+font.status-waiting {
+    color:          #00aaaa;
+    font-weight:    bold;
+    font-size:      12px;
+}
+
 font.status-failed {
     color:          #aa0000;
     font-weight:    bold;




More information about the scm-commits mailing list