restyled resources_selected
[myslice.git] / plugins / resources_selected / static / css / resources_selected.css
index 6023afc..dfefb46 100644 (file)
@@ -6,31 +6,30 @@
         Purpose of the stylesheet follows.
 */
 
-tr.add td{ 
-    background-color: #E3F6CE;
+div.resources-selected-spacer {
+    margin: 20px 15px;
 }
-tr.remove td{ 
-    background-color: #F6CECE;
+table.resources-selected {
+    width: 100%;
+    margin: 10px;
 }
-.ResourceSelectedClose{
-    cursor: pointer;
+table.resources-selected th {
+    background: url('../img/tablesort-header.png') repeat-x; 
+    font-weight: normal;
+    font-style: italic;
 }
-
-.ResourcesSelected .added {
+tr.add td{ 
     background-color: #E3F6CE;
 }
-.ResourcesSelected .removed {
+tr.remove td{ 
     background-color: #F6CECE;
 }
 
-div.resources-selected-spacer {
-    margin: 20px 15px;
+.ResourceSelectedClose{
+    cursor: pointer;
 }
 
 #pending__table_paginate {
     margin-bottom: 10px;
 }
 
-thead.resources-selected th, tfoot.resources-selected th {
-    background: url('../img/tablesort-header.png') repeat-x; 
-}