aboutsummaryrefslogtreecommitdiffstats
path: root/themes/Sylvia
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2010-04-23 19:30:16 +0000
committervdigital <vdigital@piwigo.org>2010-04-23 19:30:16 +0000
commit3ff5023acfabdd462e78cd0a613e06bc4416dfbb (patch)
tree8b3029a2c7fd0853877b8c74433dec53c3a83869 /themes/Sylvia
parent7c2501deb5e6a1f2bd973920a56e9fdfde1cc16c (diff)
Fix: Scroll issue with long subcat descriptions
git-svn-id: http://piwigo.org/svn/trunk@5941 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/Sylvia')
-rw-r--r--themes/Sylvia/theme.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css
index 49c18e39e..a4e94f95f 100644
--- a/themes/Sylvia/theme.css
+++ b/themes/Sylvia/theme.css
@@ -427,3 +427,11 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend {
border-color: #666666;
}
+
+#the_page .content div.thumbnailCategory div.description {
+ height:158px;
+}
+
+#the_page .content div.thumbnailCategory div.description .text {
+ height:122px !important;
+} \ No newline at end of file