- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Sep 2006 05:30:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style In directory hutz:/tmp/cvs-serv8715 Modified Files: base.css Log Message: syncing to unicorn's style Index: base.css =================================================================== RCS file: /sources/public/2002/css-validator/style/base.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- base.css 4 Sep 2006 06:44:52 -0000 1.1 +++ base.css 25 Sep 2006 05:30:22 -0000 1.2 @@ -236,8 +236,15 @@ margin: 0 0 0.8em 0; padding: 0; } + +fieldset div { + padding-top: 1em; +} + fieldset p.instructions { - padding-top: .5em; + padding-top: 1em; + padding-bottom: 0; + margin-bottom: 0; } fieldset p.submit_button { text-align: right; @@ -272,8 +279,7 @@ border: 0; border-left: 1px solid #ADDBFE; text-decoration:none; - padding: 0 0.6em; - padding-top: .4em; + padding: 0.8em 0.6em 0 0.6em; background: white; font-weight: bold; } @@ -284,7 +290,7 @@ text-decoration:none; } -.tabset_tabs a.active { +.tabset_tabs a.active, .tabset_tabs a.active:hover { color:#424242 ! important; background-color: #8FCFFD !important; background: #8FCFFD url(../images/sm_gradient_active.gif) 0 0 repeat-x; @@ -292,22 +298,26 @@ border-left-width:1px; cursor:default; border-bottom: white; - padding-top:.4em; + padding-top:0.8em; padding-bottom:1px; color: #fffff0 !important; } -.tabset_tabs li.firstchild a { - border-left: 1px solid white !important; +.tabset_tabs li.firstchild a, .tabset_tabs li:first-child a { + border-left: 1px solid white; +} +div#fields { + background: #8FCFFD url(../images/lg_gradient.gif) bottom left repeat-x; + margin: 0; + padding: 0; } - .tabset_content { - border: 1px solid #ADDBFE; - background-color: #8FCFFD; + border: none; position:relative; z-index:1; padding:0.5em 1em; border-left: 1px solid white; + padding-bottom: 2em; } input {
Received on Monday, 25 September 2006 05:30:29 UTC