mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 01:32:59 +02:00
merge from trunk r:1340:1341 into branch 1.6 (set legend height in template-common/default-layout.css)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1342 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -41,10 +41,11 @@ BODY#theAdminPage #content {
|
||||
|
||||
/* Category thumbnails on main page */
|
||||
#content UL.thumbnailCategories LI {
|
||||
width: 49.9%; /* 49.9% for 2 per line, 33.3% for 3 per line*/
|
||||
width: 49.9%; /* 49.9% for 2 per line, 33.3% for 3 per line*/
|
||||
}
|
||||
|
||||
/* display/hide thumbnails legend */
|
||||
/* Set defaults for thumbnails legend */
|
||||
#content UL.thumbnails SPAN.thumbLegend {
|
||||
display: block; /* display: none; if you don't want legend */
|
||||
display: block; /* display: none; if you don't want legend */
|
||||
height: 4em; /* legend height (don't set auto to be Gecko friendly)*/
|
||||
}
|
||||
|
||||
@@ -32,7 +32,6 @@ BODY#theNBMPage #content
|
||||
/* Thumbnails customization */
|
||||
#content UL.thumbnails SPAN.thumbLegend {
|
||||
font-size: 80%; /* font size */
|
||||
height: 3em; /* max legend height (don't set auto to be Geko friendly)*/
|
||||
overflow: hidden; /* oversized legend is clipped */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user