# HG changeset patch # User Christophe Lincoln # Date 1294982147 -3600 # Node ID dc101eb7dbf6f26f7fa5cdead4be10349d756bee # Parent c5279d3541a5ce3b07db889d9535a45f6d1900b1 css: fix input text width diff -r c5279d3541a5 -r dc101eb7dbf6 slitaz.css --- a/slitaz.css Fri Jan 14 05:56:01 2011 +0100 +++ b/slitaz.css Fri Jan 14 06:15:47 2011 +0100 @@ -386,13 +386,13 @@ -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px#666; box-shadow: 0 0 5px #666; + margin-left: -5px; } input[type=text] { border: 1px solid #333333; padding: 3px; - width: 100%; - max-width: 500px; + width: 99%; } /* Clouds */