2006/unicorn/WebContent/style base_ucn.css,1.40,1.41

Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv7445/WebContent/style

Modified Files:
	base_ucn.css 
Log Message:
added rules for the language page

Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- base_ucn.css	1 Oct 2009 18:13:23 -0000	1.40
+++ base_ucn.css	5 Oct 2009 10:50:45 -0000	1.41
@@ -372,7 +372,7 @@
 }
 
 /* Result page */
-#observations {
+#observations, #translations {
 	font-size: 0.8em;
 	margin:1em 2.5em;
 }
@@ -529,16 +529,16 @@
 #observations td.anchor a:hover, #observations h3 a.anchor:hover {
 	background:url(../images/unicons_sprite.png) no-repeat 0 -35px;
 }
-#observations table {
+#observations table, #translations table {
 	border-collapse:collapse;
 	width:100%;
 }
-#observations table tr {
+#observations table tr, #translations table tr {
 	border-collapse:collapse;
 	border:1px solid #CCCCCC;
 	border-left-width: 0;
 }
-#observations td, #observations th  {
+#observations td, #observations th, #translations td, #translations th {
 	padding:3px 6px;
 }
 #observations td.linenumber, #observations td.colnumber {
@@ -565,7 +565,38 @@
 div.warnings td.level2 {
 	border-left:6px solid #FFB1A7 !important;
 }
-
+#translations table {
+	border-left:1px solid #CCCCCC;
+}
+#translations thead th {
+	background-color:#E1E1E1;
+}
+#translations th {
+	background-color:#EEEEEE;
+	text-align:center;
+}
+#translations th.property_name {
+	padding:0.2em 0 0 !important;
+}
+#translations th p {
+	text-align:left;
+	background-color:#FFF;
+	font-size:xx-small;
+	margin:0.5em 0 0;
+	padding:0.5em 0.5em 0.4em;
+	font-weight:normal;
+}
+#translations td.ok {
+	background-color:#89E5A7;
+	text-align:center;
+}
+#translations td.missing {
+	background-color:#FF5555;
+	text-align:center;
+}
+#translations th {
+	font-weight:bold;
+}
 /* Specific result styles */
 div#markup-validator td.info img, div#css-validator td.info img, div#css1-validator td.info img, div#css2-validator td.info img, div#css21-validator td.info img, div#css3-validator td.info img {
 	float:left;

Received on Monday, 5 October 2009 10:50:51 UTC