Ignore:
Timestamp:
Mar 8, 2010, 11:20:17 PM (14 years ago)
Author:
grum
Message:

Improve UI : use popup to view values for a metadata, uses title bar to sort values instead of combobox, if there is only one group this one is opened automatically

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/amd_root.class.inc.php

    r5040 r5088  
    9090      #iprogressbar_fg { color:#FF3363; width:100%; text-align:center; display: block; z-index:200; position:relative; top:-18px;  }
    9191      #iHeaderListTags { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; }
    92       #iListTags, #iListImages { width:100%; border:1px solid; height:120px; border-top:0px; overflow:auto;}
    93       #iListTagsNb, #iListImagesNb { width:100%; text-align:right; margin-bottom:20px; padding:2px; font-size:80%; }
     92      #iListTags { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto;}
     93      #iListImages { width:100%; border-bottom:1px solid; overflow:auto;}
     94      #iListTagsNb, #iListImagesNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; }
    9495      #iListTags table, #iListImages table, table.listTags { width:100%; text-align:left; border-collapse: collapse; }
    9596      #iListTags table tr:hover { cursor:pointer; background:#303030; }
    9697      #iListImages table tr:hover, table.listTags tr:hover { background:#303030; cursor:default; }
    97       #iHeaderListImages { width:100%; border:1px solid; margin-top:3px; }
     98      #iHeaderListImages { width:100%; border-bottom:1px solid; }
    9899      .warning { color:#dd0000; border:1px solid #dd0000; margin-bottom:8px; margin-top:8px; padding:8px; }
    99100      .warning p { margin-top:0.5em; margin-bottom:0em; }
Note: See TracChangeset for help on using the changeset viewer.