From 2ed2fe4ec0314fc313b2ef3dc12276ba7b6ac8e2 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 22 Mar 2010 11:40:18 +0000 Subject: 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 --- admin/themes/default/default-layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'admin/themes') 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; -- cgit v1.2.3