- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 16:46:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv31097/WebContent/style
Modified Files:
base_ucn.css
Log Message:
updated result page display
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- base_ucn.css 12 Oct 2009 16:16:33 -0000 1.53
+++ base_ucn.css 20 Oct 2009 16:46:31 -0000 1.54
@@ -430,7 +430,7 @@
#observations div.observer h2 a:hover {
color:white;
}
-#observations div.observer h2 a.direct_link {
+#observations div.observer h2 a.direct_link, #observations td.codeContext a.direct_link {
height:0;
width:0;
font-size:0;
@@ -439,7 +439,10 @@
padding:11px 0 0 12px;
background:url(../images/unicons_sprite.png) no-repeat -22px -22px;
}
-#observations div.observer h2 a.direct_link:hover {
+#observations .codeContext a.direct_link {
+ float:right;
+}
+#observations div.observer h2 a.direct_link:hover, #observations td.codeContext a.direct_link:hover {
background:url(../images/unicons_sprite.png) no-repeat -22px -35px;
}
#observations div.observer h2 a.anchor {
@@ -472,7 +475,7 @@
#observations div.observer h2 span.icons a:hover span.count {
text-decoration:underline;
}
-#observations div.observer h2 span.icons a span.legend {
+#observations div.observer h2 span.icons a span.legend, #observations div.group span.legend {
display:inline-block;
overflow:hidden;
font-size:0;
@@ -482,13 +485,13 @@
vertical-align:bottom;
margin-right:4px;
}
-#observations div.observer h2 span.icons a.infos span.legend {
+#observations div.observer h2 span.icons a.infos span.legend, #observations div.group span.legend.info {
background:url(../images/unicons_sprite.png) no-repeat 0 -48px;
}
-#observations div.observer h2 span.icons a.errors span.legend {
+#observations div.observer h2 span.icons a.errors span.legend, #observations div.group span.legend.error {
background:url(../images/unicons_sprite.png) no-repeat -18px -48px;
}
-#observations div.observer h2 span.icons a.warnings span.legend {
+#observations div.observer h2 span.icons a.warnings span.legend , #observations div.group span.legend.warning {
background:url(../images/unicons_sprite.png) no-repeat 0 -68px;
}
#observations div.observer h2 span.icons img {
@@ -540,7 +543,8 @@
color: #b48700;
}
#observations .results h3.pointer:hover {
- background-color:#f5f5f5;
+ /*background-color:#f5f5f5;*/
+ background-color:#EEEEEE;
}
#observations td.uri {
background-color:#EEEEEE;
@@ -597,6 +601,32 @@
font-size:0.8em;
margin-top:0.5em;
}
+#observations .group table {
+ margin-bottom:0.5em;
+}
+#observations .group .title {
+ font-weight:bold;
+ font-size:1.2em;
+}
+#observations .group .block {
+ padding-left:1em;
+}
+#observations .group .block .block {
+ border-left:1px dotted #CCCCCC;
+}
+#observations .group .block p {
+ margin:1em 0;
+ line-height:150%;
+}
+#observations .group .messages div.description {
+ margin-top:0.3em;
+}
+#observations .group .messages div.description div {
+ line-height:140%;
+}
+#observations .group .messages span.msg.desc {
+ font-weight:bold;
+}
div.warnings td.level1 {
border-left:6px solid #f97c6e !important;
}
@@ -734,6 +764,14 @@
overflow:hidden;
font-size:0;
}
+div.group h3 span.arrow {
+ background: url(../images/unicons_sprite.png) no-repeat -18px 0;
+ margin-right:4px;
+}
+div.group h3.toggled span.arrow {
+ background: url(../images/unicons_sprite.png) no-repeat -18px -11px;
+ margin-right:4px;
+}
div.errors h3 span.arrow {
background: url(../images/unicons_sprite.png) no-repeat -18px 0;
}
Received on Tuesday, 20 October 2009 16:46:35 UTC