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