source: main/trunk/model-cols-dev/peijones/style/mojomagnify.css@ 24963

Last change on this file since 24963 was 24779, checked in by papitha, 13 years ago

Changes to Style

File size: 644 bytes
Line 
1
2div.mojomagnify_zoom {
3 position : absolute;
4 width : 160px;
5 height : 160px;
6 overflow : hidden;
7 cursor : crosshair;
8
9 -ms-box-sizing : border-box;
10 -moz-box-sizing : border-box;
11 -webkit-box-sizing : border-box;
12 box-sizing : border-box;
13
14}
15
16
17
18div.mojomagnify_border {
19 position : absolute;
20
21 border : 2px solid black;
22
23 width:160px;
24 height:160px;
25
26 left : 0; top : 0;
27
28 -ms-box-sizing : border-box;
29 -moz-box-sizing : border-box;
30 -webkit-box-sizing : border-box;
31 box-sizing : border-box;
32}
33
34
35img.mojomagnify_img {
36 padding : 0px;
37 border : 0px;
38}
39
40div.mojomagnify_zoom a {
41 cursor : crosshair;
42}
Note: See TracBrowser for help on using the repository browser.