source: trunk/www.guidonia.net/wp/wp-includes/js/jcrop/jquery.Jcrop.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 748 bytes
Line 
1/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
2.jcrop-holder { text-align: left; }
3
4.jcrop-vline, .jcrop-hline
5{
6 font-size: 0;
7 position: absolute;
8 background: white url('Jcrop.gif') top left repeat;
9}
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;
20}
21
22.jcrop-tracker { width: 100%; height: 100%; }
23
24.custom .jcrop-vline,
25.custom .jcrop-hline
26{
27 background: yellow;
28}
29.custom .jcrop-handle
30{
31 border-color: black;
32 background-color: #C7BB00;
33 -moz-border-radius: 3px;
34 -webkit-border-radius: 3px;
35}
Note: See TracBrowser for help on using the repository browser.