]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/jquery.Jcrop.css
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
[quix0rs-gnu-social.git] / theme / base / css / jquery.Jcrop.css
1 /* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
2 .jcrop-holder
3 {
4         text-align: left;
5 }
6
7 .jcrop-vline, .jcrop-hline
8 {
9         font-size: 0;
10         position: absolute;
11         background: #fff url(../images/illustrations/illu_jcrop.gif) top left repeat;
12         /*
13         opacity: .5;
14         *filter:alpha(opacity=50);
15         */
16 }
17 .jcrop-vline { height: 100%; width: 1px !important; }
18 .jcrop-hline { width: 100%; height: 1px !important; }
19 .jcrop-handle {
20         font-size: 1px;
21         width: 7px !important;
22         height: 7px !important;
23         border: 1px #eee solid;
24         background-color: #333;
25         /*width: 9px;
26         height: 9px;*/
27 }
28
29 .jcrop-tracker {
30         /*background-color: gray;*/
31         width: 100%; height: 100%;
32 }
33
34 .custom .jcrop-vline,
35 .custom .jcrop-hline
36 {
37         background: yellow;
38 }
39 .custom .jcrop-handle
40 {
41         border-color: black;
42         background-color: #C7BB00;
43         -moz-border-radius: 3px;
44         -webkit-border-radius: 3px;
45 }