A small CSS tweak again
[platal.git] / htdocs / css / openweb.css
index a1a39e8..b7b64e0 100644 (file)
@@ -289,12 +289,12 @@ div.long td.rt { width: 65%; }
 .wizard .wiz_header {
     height: 32px;
     width: 100%;
-    background-color: #aaa;
+    background: url('../images/skins/wiz_normal.png') top right repeat-x;
     margin-bottom: 1em;
 }
 
 .wizard .wiz_header .wiz_tab {
-    background-color: #aaa;
+    background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
     vertical-align: middle;
     height: 100%;
     text-align: center;
@@ -302,22 +302,23 @@ div.long td.rt { width: 65%; }
     border-right: 1px solid #888;
 }
 
-.wizard .wiz_header .active {
-    background-color: #444;
+.wizard .wiz_header .wiz_tab:hover {
+    background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
     color: #fff;
 }
 
-.wizard .wiz_header .wiz_tab:hover {
-    background-color: #777;
+.wizard .wiz_header .active, .wizard .wiz_header .active:hover {
+    background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
+    color: #fff;
 }
 
-.wizard .wiz_header .wiz_tab a {
+.wizard .wiz_header a {
     color: #000;
     text-decoration: none;
     vertical-align: middle;
 }
 
-.wizard .wiz_header .active a {
+.wizard .wiz_header a.active {
     color: #fff;
 }
 
@@ -326,13 +327,9 @@ div.long td.rt { width: 65%; }
     margin-right: 1em;
 }
 
-.flags {
-    margin: 0.5em 0 0 0;
-    padding: 0;
-}
 .flags input {
-    margin: 0px 2px;
-    padding: 0px;
+    padding: 0 0px 0 16px;
+    width: 32px;
 }
 .flags .texte {
     font-size: smaller;
@@ -341,18 +338,12 @@ div.long td.rt { width: 65%; }
 }
 .flags .vert {
     background: url('../images/icons/flag_green.gif') top right no-repeat;
-    padding: 0 16px 0 0;
-    margin-left: 16px;
 }
 .flags .orange {
     background: url('../images/icons/flag_orange.gif') top right no-repeat;
-    padding: 0 16px 0 0;
-    margin-left: 16px;
 }
 .flags .rouge {
     background: url('../images/icons/flag_red.gif') top right no-repeat;
-    padding: 0 16px 0 0;
-    margin-left: 16px;
 }
 
 table.cadre_a_onglet{