[Durian-svn] [3087] update on highlighting and thiner rows for the jobs list on the farm

pablo institute at blender.org
Mon May 10 13:55:14 CEST 2010


Revision: 3087
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=3087
Author:   pablo
Date:     2010-05-10 13:55:12 +0200 (Mon, 10 May 2010)
Log Message:
-----------
update on highlighting and thiner rows for the jobs list on the farm

Modified Paths:
--------------
    frm/master_ui.css

Modified: frm/master_ui.css
===================================================================
--- frm/master_ui.css	2010-05-10 10:45:31 UTC (rev 3086)
+++ frm/master_ui.css	2010-05-10 11:55:12 UTC (rev 3087)
@@ -13,8 +13,9 @@
 	text-decoration:underline;
 }
 h1 {
-       font-size:180%;
+       font-size:100%;
        float:right;
+       display: none;
 }
 
 h3 {
@@ -96,10 +97,9 @@
 	background-color: #222;
 	border-radius: 6px;
 	-moz-border-radius: 6px;
-	border: thin solid #333;
-	padding: 2px;
+	padding: 1px;
        width: 100%;
-       color: #fff;
+       color: #ccc;
 }
 
 #table-jobs td {
@@ -112,24 +112,26 @@
        width: 12px !important;
        background-color: #000 !important;
        text-align: center;
-       padding: 2px 10px 2px 0px;
-       border: thin solid #333;
+       padding: 1px 10px 1px 0px;
+/*       border: thin solid #333; */
 }
 
 thead{
        font-size:80%;
 	color: #ccc;
-	padding: 5px;
+	padding: 0px;
        background-color: #111 !important;
 }
 
 tr {
+       font-size: 14px !important;
 	background-color: #111;
 }
 
 tr:hover {
        background-color: #222 !important;
        text-shadow: 0px 0px 4px #fff;
+       color: #fff;
 }
 
 #status-disabled {
@@ -181,7 +183,7 @@
 
 #extrainfo {
 	float:left;
-       width: 600px;
+       width: 450px;
        padding: 10px;
 }
 



More information about the Durian-svn mailing list