source: extensions/imgpreview/css/imgpreview.css @ 11079

Last change on this file since 11079 was 11079, checked in by flop25, 13 years ago

first commit :
works but may need to restrict the dimension

File size: 254 bytes
Line 
1#tooltip {
2    background: url("../images/ajax-loader.gif") no-repeat scroll 12px 12px #E6E4D8;
3    border-radius: 10px 10px 10px 10px;
4    box-shadow: 3px 3px 7px #000000;
5    min-height: 32px;
6    min-width: 32px;
7    padding: 12px;
8    z-index: 900;
9}
Note: See TracBrowser for help on using the repository browser.