remove accent
[unfold.git] / plugins / resources_selected / static / css / resources_selected.css
index a9a0bda..6023afc 100644 (file)
@@ -1,6 +1,6 @@
 /* 
     Document   : ResourcesSelected
-    Created on : 9 aoรปt 2012, 11:54:41
+    Created on : 9 aout 2012, 11:54:41
     Author     : loicbaron
     Description:
         Purpose of the stylesheet follows.
@@ -16,19 +16,21 @@ tr.remove td{
     cursor: pointer;
 }
 
-input.myslice_action {
-   font-size:13px;
-   font-family:Arial,sans-serif;
-   font-weight:bold;
-   color:#0066CC;
-   width:100px;
-   height:30px;
-   background-color:#FF9933;
-}
-
 .ResourcesSelected .added {
     background-color: #E3F6CE;
 }
 .ResourcesSelected .removed {
     background-color: #F6CECE;
 }
+
+div.resources-selected-spacer {
+    margin: 20px 15px;
+}
+
+#pending__table_paginate {
+    margin-bottom: 10px;
+}
+
+thead.resources-selected th, tfoot.resources-selected th {
+    background: url('../img/tablesort-header.png') repeat-x; 
+}