From 74bd2abd7818193a77e4951b093141d614692cfe Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 25 Sep 2006 11:59:00 +0000 Subject: [PATCH] 'added CSS for admin pages' --- theme/chameleon/user_styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/theme/chameleon/user_styles.css b/theme/chameleon/user_styles.css index 7345b4a6c7..e8fa4c54e6 100644 --- a/theme/chameleon/user_styles.css +++ b/theme/chameleon/user_styles.css @@ -327,3 +327,17 @@ div.calendar-controls span.next { font-family: verdana, arial, helvetica, sans-serif; text-align: right; } +div.sideblock div.header div.commands { + height: 16px; + background-color: #ffffff; +} +fieldset.adminsettings span.form-shortname { + color: #cccccc; + font-size: 90%; +} +fieldset.adminsettings { + background-color: #EEEEEE; + border-width: 1px; + border-style: solid; + border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF; +} -- 2.39.5