Fix flags layout with IE
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 29 Sep 2007 13:59:58 +0000 (15:59 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 29 Sep 2007 13:59:58 +0000 (15:59 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
htdocs/css/default.css
htdocs/css/keynote.css
htdocs/css/openweb.css

index fd2dba7..d501be4 100644 (file)
@@ -311,13 +311,13 @@ div.long td.rt { width: 65%; }
     border-right: 1px solid #888;
 }
 
-.wizard .wiz_header .active {
-    background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
+.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: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
+.wizard .wiz_header .active {
+    background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
     color: #fff;
 }
 
@@ -335,13 +335,9 @@ div.long td.rt { width: 65%; }
     margin-left: 16px;
 }
 
-.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;
@@ -350,18 +346,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{
index a2bd1d5..c630fdd 100644 (file)
@@ -323,13 +323,13 @@ div.long td.rt { width: 65%; }
     border-right: 1px solid #888;
 }
 
-.wizard .wiz_header .active {
-    background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
+.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: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
+.wizard .wiz_header .active {
+    background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
     color: #fff;
 }
 
@@ -347,13 +347,9 @@ div.long td.rt { width: 65%; }
     margin-left: 16px;
 }
 
-.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;
@@ -362,18 +358,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{
index e4148a6..7415b4a 100644 (file)
@@ -302,13 +302,13 @@ div.long td.rt { width: 65%; }
     border-right: 1px solid #888;
 }
 
-.wizard .wiz_header .active {
-    background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
+.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: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
+.wizard .wiz_header .active {
+    background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
     color: #fff;
 }
 
@@ -327,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;
@@ -342,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{