- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Nov 2007 01:44:30 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv8272/style
Modified Files:
base.css
Log Message:
sorted table with links for translation submission
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- base.css 26 Nov 2007 07:05:24 -0000 1.20
+++ base.css 27 Nov 2007 01:44:28 -0000 1.21
@@ -111,12 +111,9 @@
/* translation summary table */
table#translation_summary {
- margin-left: auto;
- margin-right: auto;
+ margin: 1em 10%;
border-collapse: collapse;
border: 1px solid #ccc;
- margin-top: 1em;
- margin-bottom: .5em;
}
table#translation_summary td, table#translation_summary th{
border-top: 0px solid #ddd;
@@ -151,6 +148,18 @@
.table_translation_missing {
background-color: #F55;
}
+.table_translation_missing a, .table_translation_missing a:link, .table_translation_missing a:visited {
+ background-color: #F55;
+ text-decoration: none;
+ color: yellow;
+}
+
+.table_translation_missing a:hover, .table_translation_missing a:active {
+ background-color: #F55;
+ text-decoration: underline;
+ color: #5589E3;
+}
+
.table_translation_ok {
background-color: #89E5A7;
}
Received on Tuesday, 27 November 2007 01:44:38 UTC