Line | |
---|
1 | /* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */ |
---|
2 | .jcrop-holder { text-align: left; } |
---|
3 | |
---|
4 | .jcrop-vline, .jcrop-hline |
---|
5 | { |
---|
6 | font-size: 0px; |
---|
7 | position: absolute; |
---|
8 | background: white url('Jcrop.gif') top left repeat; |
---|
9 | } |
---|
10 | .jcrop-vline { height: 100%; width: 1px !important; } |
---|
11 | .jcrop-hline { width: 100%; height: 1px !important; } |
---|
12 | .jcrop-vline.right { right: 0px; } |
---|
13 | .jcrop-hline.bottom { bottom: 0px; } |
---|
14 | .jcrop-handle { |
---|
15 | font-size: 1px; |
---|
16 | width: 7px !important; |
---|
17 | height: 7px !important; |
---|
18 | border: 1px #eee solid; |
---|
19 | background-color: #333; |
---|
20 | } |
---|
21 | |
---|
22 | .jcrop-tracker { width: 100%; height: 100%; } |
---|
23 | |
---|
24 | .custom .jcrop-vline, |
---|
25 | .custom .jcrop-hline |
---|
26 | { |
---|
27 | background: yellow; |
---|
28 | } |
---|
29 | .custom .jcrop-handle |
---|
30 | { |
---|
31 | border-color: black; |
---|
32 | background-color: #C7BB00; |
---|
33 | -moz-border-radius: 3px; |
---|
34 | -webkit-border-radius: 3px; |
---|
35 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.