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:
parent
7c2501deb5
commit
3ff5023acf
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue