[open-ils-commits] r1434 - in evergreen-ils.org: . css (moodaepo)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon May 2 15:58:44 EDT 2011


Author: moodaepo
Date: 2011-05-02 15:58:39 -0400 (Mon, 02 May 2011)
New Revision: 1434

Modified:
   evergreen-ils.org/css/style.css
   evergreen-ils.org/downloads.php
Log:
Updated the contrast between stable and unstable as suggested by Joseph Lewis.

Modified: evergreen-ils.org/css/style.css
===================================================================
--- evergreen-ils.org/css/style.css	2011-05-02 19:39:28 UTC (rev 1433)
+++ evergreen-ils.org/css/style.css	2011-05-02 19:58:39 UTC (rev 1434)
@@ -394,7 +394,8 @@
 table.contenttable0 tbody td ,table.contenttable1 tbody td  {padding: 6px 4px;line-height:1.5;}
 table.contenttable1 td.td-0,table.contenttable0 th.td-0 {background: #ddd !important;font-weight: bold;}
 
-table.contenttable1 .tr-1 .td-s {background: #CDEACA !important;text-align:center; } /* stable */
+table.contenttable1 .tr-1 .td {background: #CDEACA !important;text-align:center; } /* Status */
+table.contenttable1 .tr-1 .td-s {background: #77AA77 !important;text-align:center; } /* stable */
 table.contenttable1 .tr-1 .td-u {background: #FBB19B !important;text-align:center; } /* unstable */
 table.contenttable1 .tr-1 .td-p {background: #FBFFB3!important;text-align:center; } /* preview */
 

Modified: evergreen-ils.org/downloads.php
===================================================================
--- evergreen-ils.org/downloads.php	2011-05-02 19:39:28 UTC (rev 1433)
+++ evergreen-ils.org/downloads.php	2011-05-02 19:58:39 UTC (rev 1434)
@@ -30,7 +30,7 @@
   </tr>
   </thead><tbody>
     <tr class="tr-odd tr-1">
-      <td class="td-s" headers="col5706-0">Status</td>
+      <td class="td" headers="col5706-0">Status</td>
       <td class="td-s" headers="col5706-1">stable</td>
       <td class="td-s" headers="col5706-2">stable</td>
       <td class="td-u" headers="col5706-3">unstable</td>



More information about the open-ils-commits mailing list