mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
feature 1529: display tags in columns for search.php or admin/tags.
Needs to be verified on Internet Explorer, even if the display:inline-block method is already used for thumbnails display. git-svn-id: http://piwigo.org/svn/trunk@5255 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -423,11 +423,12 @@ UL.tagSelection {
|
||||
}
|
||||
|
||||
UL.tagSelection LI {
|
||||
display: inline;
|
||||
display:inline-block;
|
||||
width:150px!important;
|
||||
overflow:hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
/* jQuery tooltips */
|
||||
.cluetip-default #cluetip-outer {
|
||||
position: relative;
|
||||
|
||||
@@ -628,7 +628,9 @@ UL.tagSelection {
|
||||
}
|
||||
|
||||
UL.tagSelection LI {
|
||||
display: inline;
|
||||
display:inline-block;
|
||||
width:150px!important;
|
||||
overflow:hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user