diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index d3d6e9475..bf7e9355d 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -83,7 +83,7 @@ /** * Content */ -.content { +.contentWithMenu { margin-left: 20em; /* = #menubar width + 2em */ } @@ -417,12 +417,8 @@ TD.calDayHead { background: url('icon/rating-stars.gif') no-repeat 0 center; width:16px; } -/* only if menubar is shown */ -.pictureContent { - margin-left:20em; -} -.pictureContent #imageToolBar, -.pictureContent #theImage { +.contentWithMenu #imageToolBar, +.contentWithMenu #theImage { clear: none; } |