Ignore:
Timestamp:
Aug 14, 2011, 5:41:48 PM (13 years ago)
Author:
flop25
Message:

js works with the parameter considerBorders and the others
the title of the thumbnail can be displayed
todo: all this paramaters in config

Location:
extensions/imgpreview/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/imgpreview/css/imgpreview.css

    r11946 r11947  
    66    min-width: 32px;
    77    padding: 12px;
    8     z-index: 900;
     8    z-index: 1000;
    99}
    1010#tooltip img {
     
    1212        max-width:600px;
    1313}
     14/* Text below image */
     15#tooltip span {
     16    color: #000;
     17    text-align: center;
     18    display: block;
     19    padding: 10px 0 3px 0;
     20}
Note: See TracChangeset for help on using the changeset viewer.