Bug 20489 Configure illegal file characters https://bugzilla.wikimedia.org/show_bug...
[mediawiki.git] / js2 / mwEmbed / libClipEdit / Jcrop / css / jquery.Jcrop.css
blob16ea45d7851546d5ef45be54faa5c4142afd521b
1 /* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
2 .jcrop-holder { text-align: left; }
4 .jcrop-vline, .jcrop-hline
6 font-size: 0;
7 position: absolute;
8 background: white url('Jcrop.gif') top left repeat;
10 .jcrop-vline { height: 100%; width: 1px !important; }
11 .jcrop-hline { width: 100%; height: 1px !important; }
12 .jcrop-handle {
13 font-size: 1px;
14 width: 7px !important;
15 height: 7px !important;
16 border: 1px #eee solid;
17 background-color: #333;
18 width: 9px;
19 height: 9px;
22 .jcrop-tracker { width: 100%; height: 100%; }
24 .custom .jcrop-vline,
25 .custom .jcrop-hline
27 background: yellow;
29 .custom .jcrop-handle
31 border-color: black;
32 background-color: #C7BB00;
33 -moz-border-radius: 3px;
34 -webkit-border-radius: 3px;