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 --- themes/default/theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'themes/default') diff --git a/themes/default/theme.css b/themes/default/theme.css index 8651f4f33..390c2aafb 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -628,7 +628,9 @@ UL.tagSelection { } UL.tagSelection LI { - display: inline; + display:inline-block; + width:150px!important; + overflow:hidden; white-space: nowrap; } -- cgit v1.2.3