- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Oct 2009 12:27:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv9293/WebContent/style
Modified Files:
base_ucn.css
Log Message:
updated for language form
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- base_ucn.css 12 Oct 2009 07:57:54 -0000 1.50
+++ base_ucn.css 12 Oct 2009 12:27:38 -0000 1.51
@@ -620,7 +620,7 @@
padding:0.5em 0.5em 0.4em;
font-weight:normal;
}
-#translations td.ok, #translations td.missing {
+#translations td.ok, #translations td.missing, #translations .translation td {
text-align:center;
border:1px solid #EEE;
border-width:0 0px 1px 1px;
@@ -633,6 +633,9 @@
color:yellow;
background-color:#FF5555;
}
+#translations td.modified {
+ background-color:#5d97e2;
+}
#translations td.ok span {
border-bottom:thin dotted;
cursor:help;
@@ -650,6 +653,27 @@
fieldset.translation table {
width: 100%;
}
+fieldset.translation legend a {
+ display:inline-block;
+ height:0;
+ width:0;
+ padding:12px 0 0 12px;
+ overflow:hidden;
+ font-size:0;
+ outline: 0;
+}
+fieldset.translation legend a#a_miss {
+ background-color:#FF5555;
+ border:1px solid #b40000;
+}
+fieldset.translation legend a#a_mod {
+ background-color:#5D97E2;
+ border:1px solid #154078;
+}
+fieldset.translation legend a#a_all {
+ background-color: white;
+ border:1px solid #CCCCCC;
+}
fieldset.translation th.first_col {
width: 33%;
}
Received on Monday, 12 October 2009 12:27:44 UTC