- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Oct 2009 15:24:10 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv28815/WebContent/style
Modified Files:
base_ucn.css
Log Message:
updated for the translation form
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- base_ucn.css 7 Oct 2009 15:01:04 -0000 1.48
+++ base_ucn.css 9 Oct 2009 15:24:08 -0000 1.49
@@ -57,7 +57,7 @@
#banner p {
font-size:0.7em;
line-height:100% !important;
- margin:-2em 0 0 12.1em;
+ margin:-2em 12.1em 0 12.1em;
padding-bottom:1em;
background-color: transparent;
}
@@ -149,7 +149,7 @@
cursor:pointer;
font-size:0.7em;
}
-input#ucn_uri, input#ucn_file, textarea, select {
+input#ucn_uri, input#ucn_file, textarea, select, fieldset.about_you input {
background:#FEFEFE url(../images/textbg.png) no-repeat scroll left top;
border-color:#777777 #BBBBBB #DDDDDD;
border-style:solid;
@@ -637,6 +637,32 @@
border-bottom:thin dotted;
cursor:help;
}
+fieldset.about_you input, fieldset.about_you textarea {
+ margin:0 0 0.5em 0.5em;
+}
+fieldset.about_you label span {
+ min-width:7em;
+ text-align:right;
+}
+fieldset.about_you textarea {
+ vertical-align:top;
+}
+fieldset.translation table {
+ width: 100%;
+}
+fieldset.translation th.first_col {
+ width: 33%;
+}
+fieldset.translation td input {
+ padding:0.3em;
+ width:98%;
+}
+#translations div.submit {
+ background-color:#eaebee;
+}
+#translations fieldset legend {
+ margin:0 0 0.5em 0;
+}
div.tip {
font-size:0.9em;
padding:0.5em;
Received on Friday, 9 October 2009 15:24:14 UTC