Ignore:
Timestamp:
Mar 22, 2010, 12:40:18 PM (14 years ago)
Author:
plg
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/default-layout.css

    r5246 r5255  
    424424
    425425UL.tagSelection LI {
    426         display: inline;
     426        display:inline-block;
     427        width:150px!important;
     428        overflow:hidden;
    427429        white-space: nowrap;
    428430}
    429 
    430431
    431432/* jQuery tooltips */
Note: See TracChangeset for help on using the changeset viewer.