openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 651e9a2c1fe7de44808b10072848e431708614e2
parent e9fc85d5b6bce983421b93d7252c854f593dec71
Author: dankert <devnull@localhost>
Date:   Tue,  8 May 2007 21:33:20 +0200

Eigene Formatierung f?r Suchfeld

Diffstat:
themes/default/css/default.css | 21+++++++++++++++++++--
themes/default/css/system.css | 8++++----
2 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -332,8 +332,8 @@ input:focus, textarea:focus { background-color:#7B9CBD; - border:2px solid red; - font-weight:bold; + border:2px solid yellow; +/* font-weight:bold;*/ } tr.f1:hover, @@ -437,4 +437,21 @@ p.logo margin-left:110px; font-family:Verdana; font-size:13px; +} + +input.search +{ + margin:0px; + padding:0px; + font-size:10px; + border:2px solid black; +} +input.searchbutton +{ + margin:0px; + margin-left:5px; + border:0px; + padding:0px; + font-size:4px; +max-height:20px; } \ No newline at end of file diff --git a/themes/default/css/system.css b/themes/default/css/system.css @@ -315,22 +315,22 @@ table.main input, textarea { - border:2px solid gray; + border:2px solid InactiveBorder; padding:2px; } input:hover, textarea:hover { - border:2px solid black; + border:2px solid ActiveBorder; } input:focus, textarea:focus { background-color:InfoBackground; - border:2px solid red; - font-weight:bold; + border:2px solid ActiveBorder; + /*font-weight:bold;*/ } tr.f1:hover,