- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Aug 2009 08:14:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv25234/WebContent/style
Modified Files:
Tag: dev2
base.css
Log Message:
worked on the new interface
Index: base.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/Attic/base.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- base.css 5 Aug 2009 10:26:52 -0000 1.1.2.1
+++ base.css 19 Aug 2009 08:14:13 -0000 1.1.2.2
@@ -10,7 +10,6 @@
font-size: 100%;
font-family: Helvetica, Arial, Sans-Serif;
vertical-align: baseline;
- background-color: white;
color: #1f2126;
line-height: 1;
text-align: left;
@@ -169,7 +168,7 @@
a.submit span {
display: block;
- padding: 1.2em 2em;
+ padding: 0.7em 2em;
background: url(../images/button-right.png) no-repeat center right;
}
@@ -194,6 +193,16 @@
cursor: pointer;
}
+input.change_task {
+ background: #eee url(../images/grad.png) repeat-x top left;
+ color: #365D95;
+ border-bottom: 1px solid #444;
+ border-right: 1px solid #444;
+ border-top: 1px solid #aaa;
+ border-left: 1px solid #aaa;
+ padding: 0.1em 0.2em 0.2em 0.1em;
+}
+
p.submit_button input:active {
color: #1f2126;
border-bottom: 1px solid #aaa;
@@ -445,7 +454,7 @@
padding: 0.7em 0 0.5em 1em;
}
-div.options, p.submit_button, p.instructions, p#note {
+div.options, p.submit_button, p.instructions, p#note, fieldset.options div {
border-top: 1px solid #cbcdd5;
background: #EAEBEE url(../images/double.png) left top repeat-x;
}
@@ -785,4 +794,8 @@
div#don_program span#don_program_img img {vertical-align: middle;}
div#don_program span#don_program_text { }
div#don_program span#don_program_text a {font-weight: bold;}
-/* @end */
\ No newline at end of file
+/* @end */
+
+fieldset legend {
+ color: #365D95;
+}
\ No newline at end of file
Received on Wednesday, 19 August 2009 08:14:28 UTC