- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Aug 2009 18:54:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style In directory hutz:/tmp/cvs-serv25312/WebContent/style Modified Files: Tag: dev2 base.css Log Message: new interface Index: base.css =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/style/Attic/base.css,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- base.css 19 Aug 2009 08:14:13 -0000 1.1.2.2 +++ base.css 19 Aug 2009 18:54:25 -0000 1.1.2.3 @@ -122,7 +122,7 @@ background-color: #fff !important; } -input#ucn_uri, input#ucn_file, input#uploaded_file, input#keywords, input#short_desc, textarea, select.ucn_task { +input#ucn_uri, input#ucn_file, input#uploaded_file, input#keywords, input#short_desc, textarea, select.ucn_task, select.option_select { font-family: Monaco, "Courier New", Monospace; font-size: 0.9em; border: 1px solid #bbb; @@ -222,8 +222,8 @@ } div.options label { - margin-right: 0.3em; - margin: 1em 0.3em 0 0; + //margin-right: 0.3em; + //margin: 1em 0.3em 0 0; } @@ -249,9 +249,6 @@ margin-right: 0.2em; } -div.options select { - width: 100%; -} div.options table tr.subchoice th { padding-left: 3em; @@ -450,10 +447,12 @@ font-size: 1em; } -div.options { - padding: 0.7em 0 0.5em 1em; +div.options, fieldset.options div { + padding: 0.7em 0 0.2em 1em; +} +fieldset.options div { + padding-left:0; } - div.options, p.submit_button, p.instructions, p#note, fieldset.options div { border-top: 1px solid #cbcdd5; background: #EAEBEE url(../images/double.png) left top repeat-x; @@ -461,7 +460,7 @@ p.submit_button { padding: 0.6em 0 0; - margin: 0; + margin: 0.4em 0 0 0; text-align: center; } @@ -798,4 +797,13 @@ fieldset legend { color: #365D95; +} + +fieldset.moreoptions label span, fieldset.options label span { + min-width: 8em; + display: inline-block; +} +span.task_description { + font-style: italic; + font-size: 0.8em; } \ No newline at end of file
Received on Wednesday, 19 August 2009 18:54:36 UTC