From: x2003bruneau Date: Fri, 2 Mar 2007 19:35:11 +0000 (+0000) Subject: Minor skin improvements X-Git-Tag: xorg/0.9.14~243 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=67d7487d7667a7f518b4bc067ef250b9738c2570;p=platal.git Minor skin improvements git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1539 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/htdocs/css/default.css b/htdocs/css/default.css index b0d8731..b948fab 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -42,8 +42,7 @@ fieldset { background: #eeeeee; color: inherit; - margin-top: 1em; - margin-bottom: 1em; + margin: 1em 0 1em 0; } legend { @@ -137,8 +136,8 @@ table.bicol { background: #eeeeee; border: 1px solid #336699; border-collapse: collapse; - width: 98%; - margin-left: 1%; + width: 100%; + margin-left: 0; } table.tinybicol { color: inherit; diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 1114d81..3b45110 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -45,14 +45,18 @@ hr { text-align: center; } dt { font-weight: bold; } fieldset { - border-top: 1px solid #fff; - border-left: 1px solid #fff; + border: 1px solid #fff; + border-bottom: 0px; + border-right: 0px; background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed; color: #000; margin: 1em 0 1em 0; } legend { - border: 1px solid #fff; + border-bottom: 1px solid #666; + border-right: 1px solid #666; + border-top: 1px solid #fff; + border-left: 1px solid #fff; background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed; color: #000; @@ -144,7 +148,7 @@ table.bicol, table.tinybicol { border-color: #fff; border-collapse: collapse; } -table.bicol { width: 98%; margin-left: 1%; } +table.bicol { width: 100%; margin-left: 0; } table.tinybicol { width: 70%; margin-left: 15%; } table.tinybicol tr.pair, table.bicol tr.pair { @@ -196,8 +200,7 @@ td.action a { padding: 0px 2px 0px 2px; } background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed; color: #000; border-top: 1px solid #fff; - width: 98%; - margin-left: 1%; + width: 100%; } #skin td { border-bottom: 1px solid #fff;