]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/jquery.Jcrop.css
updated jquery-infieldlabel from 0.1.2 to 0.2.1
[quix0rs-gnu-social.git] / theme / base / css / jquery.Jcrop.css
1 /**
2  * @package   StatusNet
3  * @author    Sarven Capadisli <csarven@status.net>
4  * @copyright 2009-2010 StatusNet, Inc.
5  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
6  * @link      http://status.net/
7  */
8 /* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
9 .jcrop-holder { text-align: left; }
10
11 .jcrop-vline, .jcrop-hline
12 {
13         font-size: 0;
14         position: absolute;
15         background: white url(../images/illustrations/illu_jcrop.gif) top left repeat;
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 { width: 100%; height: 100%; }
30
31 .custom .jcrop-vline,
32 .custom .jcrop-hline
33 {
34         background: yellow;
35 }
36 .custom .jcrop-handle
37 {
38         border-color: black;
39         background-color: #C7BB00;
40         -moz-border-radius: 3px;
41         -webkit-border-radius: 3px;
42 }