2006/unicorn/WebContent/style base_ucn.css,1.4,1.5

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

Modified Files:
	base_ucn.css 
Log Message:
updated result page for javascript

Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- base_ucn.css	28 Aug 2009 15:20:08 -0000	1.4
+++ base_ucn.css	28 Aug 2009 17:07:03 -0000	1.5
@@ -366,7 +366,6 @@
 }
 .warnings h3  {
 	color: #b48700;
-	
 }
 #observations h3 {
 	font-size: 1.1em;
@@ -385,9 +384,6 @@
 }
 #observations table {
 	border-collapse:collapse;
-	/*border-right:1px solid #CCCCCC;
-	border-top:1px solid #CCCCCC !important;
-	line-height:100%;*/
 	width:100%;
 }
 #observations table tr {
@@ -432,7 +428,6 @@
 	float:left;
 	clear:left;
 	padding:4.1em 10px;
-	/*border-right:thin solid #DDDDDD;*/
 }
 div.observer.css-validator div.infos code, div.observer.css1-validator div.infos code, div.observer.css2-validator div.infos code, div.observer.css21-validator div.infos code, div.observer.css3-validator div.infos code {
 	color:#444444;
@@ -441,3 +436,35 @@
 	display:inline;
 }
 
+div.errors h3.toggles {
+	background: url(../images/arrow_red_closed.png) no-repeat left 4px ;
+	padding-left:12px !important;
+}
+div.errors h3.toggled {
+	background: url(../images/arrow_red_open.png) no-repeat left 4px ;
+	padding-left:12px !important;
+}
+div.infos h3.toggles {
+	background: url(../images/arrow_green_closed.png) no-repeat left 4px ;
+	padding-left:12px !important;
+}
+div.infos h3.toggled {
+	background: url(../images/arrow_green_open.png) no-repeat left 4px ;
+	padding-left:12px !important;
+}
+div.warnings h3.toggles {
+	background: url(../images/arrow_yellow_closed.png) no-repeat left 4px ;
+	padding-left:12px !important;
+}
+div.warnings h3.toggled {
+	background: url(../images/arrow_yellow_open.png) no-repeat left 4px;
+	padding-left:12px !important;
+}
+div.observer h2.toggles {
+	background: url(../images/arrow_white_closed.png) no-repeat 4px 12px;
+	padding-left:15px !important;
+}
+div.observer h2.toggled {
+	background: url(../images/arrow_white_open.png) no-repeat 4px 12px;
+	padding-left:15px !important;
+}
\ No newline at end of file

Received on Friday, 28 August 2009 17:18:06 UTC