- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Aug 2009 14:50:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv29684/WebContent/style
Modified Files:
Tag: dev2
base_ucn.css
Log Message:
updated result display
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/Attic/base_ucn.css,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- base_ucn.css 24 Aug 2009 15:43:24 -0000 1.1.2.2
+++ base_ucn.css 25 Aug 2009 14:50:14 -0000 1.1.2.3
@@ -44,6 +44,7 @@
}
#banner {
margin:1.5em 2em;
+ line-height:1;
}
#banner img {
margin-right:0.7em;
@@ -58,6 +59,10 @@
line-height:100% !important;
margin:-2em 0 0 12.1em;
padding-bottom:1em;
+ background-color: transparent;
+}
+#tabset_tabs {
+ height: 1.60em;
}
#tabset_tabs li {
cursor:pointer;
@@ -99,7 +104,7 @@
min-width:7em;
}
div.options select {
- min-width:13em;
+ min-width:15em;
}
fieldset span.checkboxlist{
font-family:Monaco,"Courier New",Monospace;
@@ -142,18 +147,21 @@
cursor:pointer;
font-size:0.7em;
}
-input#ucn_uri, textarea, select {
+input#ucn_uri, input#ucn_file, textarea, select {
background:#FEFEFE url(../images/textbg.png) no-repeat scroll left top;
border-color:#777777 #BBBBBB #DDDDDD;
border-style:solid;
border-width:1px;
font-family:Monaco,"Courier New",Monospace;
font-size:0.8em;
- padding:0.2em;
-
+ padding:0.3em 0.2em 0.2em 0.4em;
}
input#ucn_uri, textarea {
- width:90%;
+ width:85%;
+
+}
+input#ucn_file {
+ width:85%;
padding-left:0.4em;
}
select#ucn_text_mime {
@@ -309,18 +317,33 @@
cursor: pointer;
}
+
+#result {
+ font-size: 0.9em;
+}
+#result div.observer {
+ margin-top: 1em;
+}
#result h2.valid, #result h2.invalid {
- font-size: 1.2em;
- padding: 0.5em 0;
- text-align:center;
+ font-size: 1.1em;
+ padding: 0.3em;
+ padding-left: 0.5em;
+ text-align:left;
color:white
}
#result h2.valid {
- background-color:#55B05A;
+ background-color:#23cc3f;
+ border: 1px solid #1daa34;
}
#result h2.invalid {
- background-color:#D23D24;
+ background-color:#cc2323;
+ border: 1px solid #aa1d1d;
+}
+#result div.infos, #result div.warnings, #result div.errors,
+#result div.info-section, #result div.warning-section, #result div.error-section {
+ margin: 0.5em 0;
}
+
#result h3 {
border-bottom:1px dotted #AAAA77;
color:#777742;
@@ -365,3 +388,38 @@
font-size:small;
margin-top: 0.5em;
}
+#result h4 {
+ background-color:#EEEEEE;
+ padding:0.4em;
+ font-size:0.9em;
+}
+#result table {
+ border-collapse:collapse;
+ border-right:1px solid #CCCCCC;
+ border-top:1px solid #CCCCCC !important;
+ line-height:100%;
+ font-size:0.9em;
+ width:100%;
+}
+#result table tr {
+ border-collapse:collapse;
+ border:1px solid #CCCCCC;
+ border-left-width: 0;
+}
+#result td, #result th {
+ padding:6px;
+}
+#result td.linenumber {
+ background-color:#E1E1E1;
+ border-bottom:1px solid #CCCCCC !important;
+ text-align:right;
+ width:3em;
+}
+#result td.codeContext {
+ background-color:#F1F1F1;
+ border-bottom:1px solid #DDDDDD !important;
+ min-width:3em;
+ max-width:6em;
+ font-size:0.8em;
+}
+
Received on Tuesday, 25 August 2009 14:50:24 UTC