2006/unicorn/WebContent/style base_ucn.css,1.42,1.43

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

Modified Files:
	base_ucn.css 
Log Message:
style for the tooltips

Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- base_ucn.css	5 Oct 2009 13:06:25 -0000	1.42
+++ base_ucn.css	5 Oct 2009 13:47:52 -0000	1.43
@@ -576,6 +576,7 @@
 	border-right:1px solid #CCCCCC;
 	background-color:#EEEEEE;
 	text-align:center;
+	font-weight:bold;
 }
 #translations thead th {
 	background-color:#E1E1E1;
@@ -604,13 +605,19 @@
 #translations td.missing {
 	background-color:#FF5555;
 }
-#translations th {
-	font-weight:bold;
-}
-#translations span[title] {
+#translations td.ok span {
 	border-bottom:thin dotted;
 	cursor:help;
 }
+div.tip {
+	font-size:0.9em;
+	padding:0.5em;
+	color:#11438a;
+	border:1px solid #c2dafb;
+	background:#e3edfa;
+}
+
+
 /* 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 13:47:56 UTC