diff options
author | plegall <plg@piwigo.org> | 2010-03-22 11:40:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-22 11:40:18 +0000 |
commit | 2ed2fe4ec0314fc313b2ef3dc12276ba7b6ac8e2 (patch) | |
tree | fabf0c18a1fcb9a313e17607068af185a0ebf74f /admin/themes/default | |
parent | 7d0c4675f802aa0feb6cbf470b86ad274c737570 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/default-layout.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 1fb8aadb5..756d2b1bc 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -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; |