From 61b337316b7e20292728c4c0ba38bfca0fa4fbc1 Mon Sep 17 00:00:00 2001 From: gdetrez Date: Thu, 27 Apr 2006 12:59:09 +0200 Subject: [PATCH] style du formulaire de recherche darcs-hash:20060427105909-f46e9-8cfc6b46262e4e642993b8dec97883b9652cebe0.gz --- wiki/static/crans-www/css/screen.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wiki/static/crans-www/css/screen.css b/wiki/static/crans-www/css/screen.css index ea48af6b..3da91f71 100644 --- a/wiki/static/crans-www/css/screen.css +++ b/wiki/static/crans-www/css/screen.css @@ -97,3 +97,13 @@ pre { div.codearea { /* the div makes the border */ 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; +}