diff options
author | flop25 <flop25@piwigo.org> | 2012-04-24 08:37:48 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-04-24 08:37:48 +0000 |
commit | 2ff33e1c1392134fa4a4d7c6dac8d7ca254745d1 (patch) | |
tree | b46b135b3f4cb1040dc797ca825598135fe8714f /themes/Sylvia/theme.css | |
parent | 1e94990d4ee50f135b28897b011bbac9b8205de3 (diff) |
CSS corrections for :
* .contentWithMenu : on page picture, CSS sets to look similar to the index page
* rev:13865 : commentsList not displayed proprely
tested on ff11 IE9.0.8 Chrome18.0 Opera11.62
git-svn-id: http://piwigo.org/svn/trunk@14323 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/Sylvia/theme.css')
-rw-r--r-- | themes/Sylvia/theme.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index 699bc0acf..605854ddc 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -166,6 +166,19 @@ .content .navigationBar { color:#666; } +/* contentWithMenu */ +.contentWithMenu { + margin-left: 290px; +} +.contentWithMenu #comments { + padding: 0 0 5px 0; +} +.contentWithMenu #imageToolBar { + padding-left: 0; +} +.contentWithMenu #imageHeaderBar .browsePath { + margin-left: 0; +} /* Category thumbnails on main page */ .thumbnailCategories li { @@ -269,6 +282,10 @@ #comments { padding: 0 0 5px 10px; } +.commentsList { + overflow: visible; + width: auto; +} .content .commentsList li { padding: 0 0; margin:0; |