Skip to content

Commit

Permalink
'added CSS for admin pages'
Browse files Browse the repository at this point in the history
  • Loading branch information
urs_hunkler committed Sep 25, 2006
1 parent 26620ae commit 74bd2ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions theme/chameleon/user_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 74bd2ab

Please sign in to comment.