- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 26 Nov 2007 07:05:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv32396
Modified Files:
base.css
Log Message:
styling for the translations table
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- base.css 15 Nov 2007 05:45:12 -0000 1.19
+++ base.css 26 Nov 2007 07:05:24 -0000 1.20
@@ -108,7 +108,52 @@
td, th{
padding: 6px;
}
-
+
+ /* translation summary table */
+table#translation_summary {
+ margin-left: auto;
+ margin-right: auto;
+ 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;
+ border-bottom: 1px solid #ccc;
+ border-left: 1px solid #eee;
+ padding: 6px;
+ text-align: center;
+ border-collapse: collapse;
+}
+table#translation_summary th {
+ background-color: #eee;
+ color: #11111A;
+ border-right: 1px solid #ccc;
+ padding: .1em;
+}
+
+table#translation_summary th#properties {
+width: 15em;
+padding: 0 !important;
+padding-top: .5em;
+}
+table#translation_summary th p {
+/*width: 100%;*/
+font-size: xx-small;
+margin: 0;
+margin-top: .5em;
+padding: .5em;
+padding-bottom: .4em;
+
+}
+
+.table_translation_missing {
+ background-color: #F55;
+}
+.table_translation_ok {
+ background-color: #89E5A7;
+}
/* @end */
Received on Monday, 26 November 2007 07:05:37 UTC