diff options
-rw-r--r-- | themes/default/theme.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index c32472210..b95b991f8 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -342,7 +342,6 @@ TD.calDayCellFull, TD.calDayCellEmpty { #imageToolBar { text-align: center; - clear: both; margin-bottom: 2px; padding: 0; height: 28px; @@ -373,12 +372,11 @@ TD.calDayCellFull, TD.calDayCellEmpty { } #theImage { - clear: left; text-align: center; } #imageInfos { - position: relative; + position: relative; /*for IE7 positioning of "who can see this photo"*/ min-height: 120px; } @@ -422,11 +420,6 @@ TD.calDayCellFull, TD.calDayCellEmpty { background: url('icon/rating-stars.gif') no-repeat 0 center; width:16px; } -.contentWithMenu #imageToolBar, -.contentWithMenu #theImage { - clear: none; -} - /** * Default Layout */ |