From: urs_hunkler Date: Mon, 25 Sep 2006 11:59:00 +0000 (+0000) Subject: 'added CSS for admin pages' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=74bd2abd7818193a77e4951b093141d614692cfe;p=moodle.git 'added CSS for admin pages' --- 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; +}