From 58faadd009bac09cc7e6d9f5d50275bdb955377a Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 29 Sep 2007 15:59:58 +0200 Subject: [PATCH] Fix flags layout with IE Signed-off-by: Florent Bruneau --- htdocs/css/default.css | 22 ++++++---------------- htdocs/css/keynote.css | 22 ++++++---------------- htdocs/css/openweb.css | 22 ++++++---------------- 3 files changed, 18 insertions(+), 48 deletions(-) diff --git a/htdocs/css/default.css b/htdocs/css/default.css index fd2dba7..d501be4 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -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{ diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index a2bd1d5..c630fdd 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -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{ diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index e4148a6..7415b4a 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -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{ -- 2.1.4