diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-10 22:16:52 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-10 22:16:52 +0000 |
commit | 34f020326da96e912c9daa73ec8fdc414a212407 (patch) | |
tree | 20f5609050305c2824f0bfa1b20f2c95f4201760 /template/yoga/theme/Sylvia/theme.css | |
parent | 650a40bf78263cced01e9a1101a4d8bd944b388c (diff) |
Comments page review. (Merge 2706)
git-svn-id: http://piwigo.org/svn/branches/2.0@2707 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/Sylvia/theme.css')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 4ef7fd3fa..e7cedf685 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -58,7 +58,7 @@ padding: 0 0 0 10px; margin: 0; } .content .thumbnailCategory div.illustration a { display: block; margin: 0; padding:20px 0 0 8px; } #content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top; margin: 0; padding:15px 10px 3px 0; overflow: hidden; } -#content .thumbnailCategory div.border { background:transparent url(images/cat_bottom-right.gif) no-repeat scroll right bottom; + height:7px; margin:0; overflow:hidden; padding:0; width:100%; } #content .thumbnailCategory div.description .text { display:block; margin:10px 2px 0 0; overflow: auto; overflow-x:hidden; padding:0 0 5px; /* Only IE family supports colored scrollbar */ @@ -90,6 +90,7 @@ border: 1px solid #666; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } .content UL.thumbnails SPAN.wrap2:hover { color: #666; background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } +#comments ul.actions li, #comments ul.actions li:hover { background:transparent none; padding: 0 22px; clear:both; } A, INPUT.rateButton { color:#f70; border-width: 0; } A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; } #theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; } |