Fix: Scroll issue with long subcat descriptions

git-svn-id: http://piwigo.org/svn/trunk@5941 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2010-04-23 19:30:16 +00:00
commit 3ff5023acf

View file

@ -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;
}