diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 2049d04af..23fcf420c 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -341,9 +341,16 @@ TD.calDayHead { #imageToolBar .pwg-button {width:42px;} #derivativeSwitchBox, #sortOrderBox { - padding: 0.5em 1em; + padding: 0.5em 10px; border-radius: 4px; z-index: 100; + text-align:left; +} + +.switchBoxTitle { + border-bottom:1px solid #000; + padding-bottom:5px; + margin-bottom:5px; } #theImage { |