openrat-cms

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

commit e42591daf249ff9108426e017169e9c8599091e8
parent 4826cd156798a3428a18e7d93257fed14ae7f1b7
Author: dankert <devnull@localhost>
Date:   Wed,  6 Oct 2010 00:03:09 +0200

Runde Input-Knöpfe...

Diffstat:
themes/default/css/blue.css | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/themes/default/css/blue.css b/themes/default/css/blue.css @@ -345,9 +345,12 @@ input.ok, div.cancel { color:#FFFFFF; + padding:5px; background-color:#7B9CBD; width:110px; font-weight: bold; + -moz-border-radius:10px; + -khtml-border-radius:10px; } input.reset { color:black; background-color:#cac2a6; text-align:right; }