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

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

adding loading.gif

File size: 294 bytes
Line 
1#tooltip {
2    background: url("loading.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}
10#tooltip img {
11        max-height:600px;
12        max-width:600px;
13}
Note: See TracBrowser for help on using the repository browser.