Updated the contrast between stable and unstable as suggested by Joseph Lewis.
authormoodaepo <moodaepo@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 2 May 2011 19:58:39 +0000 (19:58 +0000)
committermoodaepo <moodaepo@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 2 May 2011 19:58:39 +0000 (19:58 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/evergreen-ils.org@1434 6d9bc8c9-1ec2-4278-b937-99fde70a366f

css/style.css
downloads.php

index 3e1aac2..4457b07 100644 (file)
@@ -394,7 +394,8 @@ table.contenttable1 tbody tr.tr-odd td {background: #eee;}
 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 */
 
index 15ebc03..dd2dd4f 100644 (file)
@@ -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>