web/wp-includes/js/jcrop/jquery.Jcrop.css
branchwordpress
changeset 109 03b0d1493584
child 132 4d4862461b8d
equal deleted inserted replaced
-1:000000000000 109:03b0d1493584
       
     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 }