PlWizard tabs are fully clickable
[platal.git] / htdocs / css / keynote.css
index 3c1a22c..a7ca629 100644 (file)
@@ -203,7 +203,7 @@ table.tinybicol td, table.bicol td {
 table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; }
 
 td.half { width: 50%; padding: 4px; }
-td.titre {
+.titre {
     color: #000000;
     background: inherit;
     font-weight: bold;
@@ -216,6 +216,11 @@ td.action {
 }
 td.action a { padding: 0px 2px 0px 2px; }
 
+th.grayed {
+    background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
+    font-style: italic;
+}
+
 /*******************************************************************************
     4   Tableau de choix de skins
         [ Styles pour les tableaux de types de ceux des skins ]
@@ -327,13 +332,13 @@ div.long td.rt { width: 65%; }
     background-color: #777;
 }
 
-.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;
 }
 
@@ -357,17 +362,17 @@ 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-right: 16px;
+    margin-left: 16px;
 }
 .flags .orange {
     background: url('../images/icons/flag_orange.gif') top right no-repeat;
     padding: 0 16px 0 0;
-    margin-right: 16px;
+    margin-left: 16px;
 }
 .flags .rouge {
     background: url('../images/icons/flag_red.gif') top right no-repeat;
     padding: 0 16px 0 0;
-    margin-right: 16px;
+    margin-left: 16px;
 }
 
 table.cadre_a_onglet{