Ajout du nom du fichier avant upload.
[Plinn.git] / skins / generic / plinn_style.css.dtml
index 91ffb14..17128b1 100644 (file)
@@ -103,22 +103,19 @@ table.assign_global_roles {
        color : &dtml-specialLinkHoverColor;;
 }
 
-.config .tabs a {
-       color : &dtml-tabsFontColor;;
-  text-decoration: none }
-  
+.config .tabs a,
+.config .tabs a:link,
+.config .tabs a:visited,
 .config .tabs a:active {
-  color: &dtml-tabsFontColor;; }
+       color : &dtml-tabsFontColor;;
+  text-decoration: none
 
-.config .tabs a:hover {
-  color: #59c }
-  
-.config .tabs a:link {
-  color: &dtml-tabsFontColor;; }
-  
-.config .tabs a:visited {
-  color: &dtml-tabsFontColor;; }
+}
   
+.config .tabs a:hover {
+  color: #59c
+}
+    
 .config .tabs td {
   padding-right: 5px;
   padding-left: 5px;
@@ -136,9 +133,13 @@ table.assign_global_roles {
   border: solid 1px #669;
 }
   
-.config .tabs td.selected a  {
+.config .tabs td.selected a,
+.config .tabs td.selected a:link,
+.config .tabs td.selected a:visited,
+.config .tabs td.selected a:active {
   color: #000;
-  font-weight: bold }
+  font-weight: bold
+}
 
 .twins_list {
   vertical-align: middle }
@@ -188,7 +189,7 @@ table.assign_global_roles {
   margin-left : 0 ;
   color: &dtml-bulletColor;;
   list-style-position : inside ;
-  list-style-image : url(list_bullet.gif);
+  list-style-image : url(&dtml-portal_url;/list_bullet.png);
 }
 
 .tree_box table {