aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2010-04-23 19:39:26 +0000
committervdigital <vdigital@piwigo.org>2010-04-23 19:39:26 +0000
commit64e578c4789e2712b0da0f7f96907d9f6f941cc1 (patch)
tree1735956157c73ff13b91ef2cbd3d6dacf3c6d334
parent4dccf2577668877844e193c92778215d0316fb4a (diff)
Fix: Scroll issue with long subcat descriptions
git-svn-id: http://piwigo.org/svn/branches/2.0@5942 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/yoga/theme/Sylvia/theme.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 67f1ad0f1..2eb691fd2 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -433,4 +433,10 @@ 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