Skip to content

Commit

Permalink
feature 1529: display tags in columns for search.php or admin/tags.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
plegall committed Mar 22, 2010
1 parent 7d0c467 commit 2ed2fe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions admin/themes/default/default-layout.css
Expand Up @@ -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;
Expand Down
4 changes: 3 additions & 1 deletion themes/default/theme.css
Expand Up @@ -628,7 +628,9 @@ UL.tagSelection {
}

UL.tagSelection LI {
display: inline;
display:inline-block;
width:150px!important;
overflow:hidden;
white-space: nowrap;
}

Expand Down

0 comments on commit 2ed2fe4

Please sign in to comment.