From: Florent Bruneau Date: Sun, 9 Sep 2007 17:36:46 +0000 (+0200) Subject: Basic css upgrade for all skins... X-Git-Tag: xorg/0.9.15~174^2 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=16ace40308dbb549dd336497ceb6e0bb3452da93;hp=-c;p=platal.git Basic css upgrade for all skins... Signed-off-by: Florent Bruneau --- 16ace40308dbb549dd336497ceb6e0bb3452da93 diff --git a/htdocs/css/default.css b/htdocs/css/default.css index 21e3537..d4ece44 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -278,30 +278,77 @@ div.long td.rt { width: 65%; } [ onglets des profils ] *******************************************************************************/ -table.flags { - margin: 1em 0em 0em 0em; +.wizard { + margin-top: -4px; + margin-left: -16px; } -table.flags input { margin: 0px 2px; padding: 0px; } -table.flags td.texte, tr.flags td.texte { - font-size: smaller; - font-weight: bold; - padding: 3px; +.wizard .wiz_header { + height: 32px; + width: 100%; + background-color: #aaa; + margin-bottom: 1em; } -table.flags td.vert, tr.flags td.vert { - background: green; - padding: 3px; + +.wizard .wiz_header .wiz_tab { + background-color: #aaa; + vertical-align: middle; + height: 100%; text-align: center; + font-size: 75%; + border-right: 1px solid #888; } -table.flags td.orange, tr.flags td.orange { - background: #ff9900; - padding: 3px; - text-align: center; + +.wizard .wiz_header .active { + background-color: #444; + color: #fff; } -table.flags td.rouge, tr.flags td.rouge { - background: red; - padding: 3px; - text-align: center; + +.wizard .wiz_header .wiz_tab:hover { + background-color: #777; +} + +.wizard .wiz_header .wiz_tab a { + color: #000; + text-decoration: none; + vertical-align: middle; +} + +.wizard .wiz_header .active a { + color: #fff; +} + +.wizard .wiz_content { + margin-left: 16px; +} + +.flags { + margin: 0.5em 0 0 0; + padding: 0; +} +.flags input { + margin: 0px 2px; + padding: 0px; +} +.flags .texte { + font-size: smaller; + font-weight: bold; + padding: 0 8px 0 0; +} +.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 c0519b7..1745d5f 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -304,6 +304,7 @@ div.long td.rt { width: 65%; } *******************************************************************************/ .wizard { + margin-top: -4px; margin-left: -16px; } diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index f0f9d9a..6ae26a9 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -269,30 +269,78 @@ div.long td.rt { width: 65%; } [ onglets des profils ] *******************************************************************************/ -table.flags { - margin: 1em 0em 0em 0em; +.wizard { + margin-left: -1em; + margin-right: -1em; } -table.flags input { margin: 0px 2px; padding: 0px; } -table.flags td.texte { - font-size: smaller; - font-weight: bold; - padding: 3px; +.wizard .wiz_header { + height: 32px; + width: 100%; + background-color: #aaa; + margin-bottom: 1em; } -table.flags td.vert, tr.flags td.vert { - background: green; - padding: 3px; + +.wizard .wiz_header .wiz_tab { + background-color: #aaa; + vertical-align: middle; + height: 100%; text-align: center; + font-size: 75%; + border-right: 1px solid #888; } -table.flags td.orange, tr.flags td.orange { - background: #ff9900; - padding: 3px; - text-align: center; + +.wizard .wiz_header .active { + background-color: #444; + color: #fff; } -table.flags td.rouge, tr.flags td.rouge { - background: red; - padding: 3px; - text-align: center; + +.wizard .wiz_header .wiz_tab:hover { + background-color: #777; +} + +.wizard .wiz_header .wiz_tab a { + color: #000; + text-decoration: none; + vertical-align: middle; +} + +.wizard .wiz_header .active a { + color: #fff; +} + +.wizard .wiz_content { + margin-left: 1em; + margin-right: 1em; +} + +.flags { + margin: 0.5em 0 0 0; + padding: 0; +} +.flags input { + margin: 0px 2px; + padding: 0px; +} +.flags .texte { + font-size: smaller; + font-weight: bold; + padding: 0 8px 0 0; +} +.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{