- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Jun 2007 19:40:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv6495/style
Modified Files:
base.css
Log Message:
removing extraneous label around submit button causing usability issues
styling button in case of fallback
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/base.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- base.css 11 Jun 2007 11:27:10 -0000 1.17
+++ base.css 14 Jun 2007 19:40:24 -0000 1.18
@@ -163,12 +163,11 @@
p.submit_button input {
overflow: visible;
- width: auto;
background: #fff;
- color: #1f2126;
- padding: 0.2em 0.4em 0 0.3em;
+ color: #365D95;
+ padding: 0.3em 0.4em 0.1em 0.3em;
font-size: 1.2em;
- width: 20em;
+ width: 12em;
text-align: center;
border-bottom: 2px solid #444;
border-right: 2px solid #444;
@@ -179,6 +178,7 @@
}
p.submit_button input:active {
+ color: #1f2126;
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
border-top: 2px solid #444;
Received on Thursday, 14 June 2007 19:40:28 UTC