Fix: Scroll issue with long subcat descriptions

git-svn-id: http://piwigo.org/svn/branches/2.0@5942 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2010-04-23 19:39:26 +00:00
parent 4dccf25776
commit 64e578c478
+6
View File
@@ -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;
}