source: extensions/thumbCropper/thumbcropper.css @ 31844

Last change on this file since 31844 was 12501, checked in by Dsls, 12 years ago

Thumb Cropper v0.4 commit

File size: 999 bytes
Line 
1
2td.tcfields {
3padding: 10px;
4}
5td.tcfields p{
6text-align: left;
7}
8
9#preview_max {
10border: 1px solid #f00;
11background-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.