openrat-cms

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

commit ff77806718e72da1528f7b6eade15124d27b791f
parent 593ac0495ac0bad2caf7e6f230e756408ce1476f
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 19 Nov 2011 01:56:20 +0100

Schatten für Notice-Bar.

Diffstat:
themes/default/css/layout.css | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/themes/default/css/layout.css b/themes/default/css/layout.css @@ -116,6 +116,10 @@ div#noticebar background-color:white; padding:10px; z-index:3; + + -moz-border-radius:5px; /* Mozilla */ + -webkit-border-radius:5px; /* Webkit */ + -khtml-border-radius:5px; /* Konqui */ } @@ -234,7 +238,8 @@ div.content a.action, div.content a.help, div.content input.ok, div#header, -div.window +div.window, +div#noticebar { -webkit-box-shadow: 3px 2px 5px gray; -moz-box-shadow: 3px 2px 5px gray;