Changeset 1991 for trunk/template/yoga


Ignore:
Timestamp:
Apr 29, 2007, 9:04:57 PM (17 years ago)
Author:
vdigital
Message:

Bug 0000684: History [Search] - Add a thumbnail display.

File:
1 edited

Legend:

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

    r1920 r1991  
    204204  padding: 5px 2em 2px 2em;
    205205}
     206
     207.over{
     208position: relative;
     209z-index: 0;
     210}
     211
     212.over:hover{
     213background-color: transparent;
     214z-index: 50;
     215}
     216
     217.over span{ /*CSS for enlarged image*/
     218position: absolute;
     219background-color: #eee;
     220padding: 5px;
     221left: -1000px;
     222border: 1px solid #69c;
     223visibility: hidden;
     224color: black;
     225text-decoration: none;
     226}
     227
     228.over span img{ /*CSS for enlarged image*/
     229border-width: 0;
     230padding: 2px;
     231}
     232
     233.over:hover span{ /*CSS for enlarged image on hover*/
     234visibility: visible;
     235top: 0;
     236left: 60px; /*position where enlarged image should offset horizontally */
     237}
Note: See TracChangeset for help on using the changeset viewer.