website rev 736
css: form input are now quiet perfect :-P
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jan 14 06:59:44 2011 +0100 (2011-01-14) |
parents | 3c6fb0d3a497 |
children | 15734657b734 |
files | slitaz.css |
line diff
1.1 --- a/slitaz.css Fri Jan 14 06:48:09 2011 +0100 1.2 +++ b/slitaz.css Fri Jan 14 06:59:44 2011 +0100 1.3 @@ -378,7 +378,7 @@ 1.4 color: white; 1.5 font-weight: bold; 1.6 cursor: pointer; 1.7 - padding: 2px 10px; 1.8 + padding: 3px 10px; 1.9 font-size: 14px; 1.10 -moz-border-radius: 2px; 1.11 -webkit-border-radius: 2px; 1.12 @@ -391,7 +391,7 @@ 1.13 1.14 input[type=text] { 1.15 border: 1px solid #333333; 1.16 - padding: 3px; 1.17 + padding: 5px; 1.18 width: 99%; 1.19 } 1.20