X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fkeynote.css;h=0b95b5f0bf8d9651e978dde89249337e62dea3f1;hb=1ebf2b93bef5ab13342293a34041b9a68ed31f03;hp=9f33b878dffbe27a76975b8cf91809dadb2c5cab;hpb=767f6985f9d0ed8afaa1eaf9082cc34494001456;p=platal.git diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 9f33b87..0b95b5f 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -360,46 +360,59 @@ div.long td.rt { width: 85%; } [ onglets des profils ] *******************************************************************************/ -.wizard { +.wizard, .ui-tabs-nav { + margin: 0; + padding: 0; margin-left: -16px; + clear: both; } -.wizard .wiz_header { +.wizard .wiz_header, .ui-tabs-nav { height: 32px; width: 100%; background: url('../images/skins/wiz_background.png') top right repeat-x; margin-bottom: 1em; + text-align: left; } -.wizard .wiz_header .wiz_tab { +.wizard .wiz_header .wiz_tab, .ui-tabs-nav li { background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x; height: 100%; text-align: center; font-size: 75%; border-right: 1px solid #888; + float: left; + vertical-align: middle; } -.wizard .wiz_header .wiz_tab:hover { +.ui-tabs-nav li { + margin: 0; + padding: 0; + list-style-type: none; +} + +.wizard .wiz_header .wiz_tab:hover, .ui-tabs-nav li:hover { background: url('../images/skins/wiz_hover.png') #777 top left repeat-x; color: #fff; } -.wizard .wiz_header .active, .wizard .wiz_header .active:hover { +.wizard .wiz_header .active, .wizard .wiz_header .active:hover, li.ui-tabs-selected { background: url('../images/skins/wiz_active.png') #444 top left repeat-x; color: #fff; } -.wizard .wiz_header a { +.wizard .wiz_header a, .ui-tabs-nav a { color: #000; text-decoration: none; } -.wizard .wiz_header a.active { +.wizard .wiz_header a.active, .ui-tabs-selected a { color: #fff; } -.wizard .wiz_content { +.wizard .wiz_content, .ui-tabs-panel { margin-left: 16px; + clear: both; } .flags .texte {