style du formulaire de recherche

darcs-hash:20060427105909-f46e9-8cfc6b46262e4e642993b8dec97883b9652cebe0.gz
This commit is contained in:
gdetrez 2006-04-27 12:59:09 +02:00
parent a63a0022b8
commit 61b337316b

View file

@ -97,3 +97,13 @@ pre {
div.codearea { /* the div makes the border */ div.codearea { /* the div makes the border */
border: 1px dashed #2f6fab; border: 1px dashed #2f6fab;
} }
/* Search form */
#searchInput {
padding: 2px 2px 2px 18px;
background: #fff url(../img/q.png) no-repeat 4px center;
font: 0.9em "Trebuchet MS", helvetica, sans-serif;
border:thin gray solid;
margin: 4px 0;
}