web/wp-includes/js/jcrop/jquery.Jcrop.css
author convert-repo
Mon, 22 Mar 2010 10:49:29 +0000
changeset 3 ba1be1ffaa11
parent 1 0d28b7c10758
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0d28b7c10758 First commit
ymh
parents:
diff changeset
     1
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
0d28b7c10758 First commit
ymh
parents:
diff changeset
     2
.jcrop-holder { text-align: left; }
0d28b7c10758 First commit
ymh
parents:
diff changeset
     3
0d28b7c10758 First commit
ymh
parents:
diff changeset
     4
.jcrop-vline, .jcrop-hline
0d28b7c10758 First commit
ymh
parents:
diff changeset
     5
{
0d28b7c10758 First commit
ymh
parents:
diff changeset
     6
	font-size: 0;
0d28b7c10758 First commit
ymh
parents:
diff changeset
     7
	position: absolute;
0d28b7c10758 First commit
ymh
parents:
diff changeset
     8
	background: white url('Jcrop.gif') top left repeat;
0d28b7c10758 First commit
ymh
parents:
diff changeset
     9
}
0d28b7c10758 First commit
ymh
parents:
diff changeset
    10
.jcrop-vline { height: 100%; width: 1px !important; }
0d28b7c10758 First commit
ymh
parents:
diff changeset
    11
.jcrop-hline { width: 100%; height: 1px !important; }
0d28b7c10758 First commit
ymh
parents:
diff changeset
    12
.jcrop-handle {
0d28b7c10758 First commit
ymh
parents:
diff changeset
    13
	font-size: 1px;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    14
	width: 7px !important;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    15
	height: 7px !important;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    16
	border: 1px #eee solid;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    17
	background-color: #333;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    18
	*width: 9px;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    19
	*height: 9px;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    20
}
0d28b7c10758 First commit
ymh
parents:
diff changeset
    21
0d28b7c10758 First commit
ymh
parents:
diff changeset
    22
.jcrop-tracker { width: 100%; height: 100%; }
0d28b7c10758 First commit
ymh
parents:
diff changeset
    23
0d28b7c10758 First commit
ymh
parents:
diff changeset
    24
.custom .jcrop-vline,
0d28b7c10758 First commit
ymh
parents:
diff changeset
    25
.custom .jcrop-hline
0d28b7c10758 First commit
ymh
parents:
diff changeset
    26
{
0d28b7c10758 First commit
ymh
parents:
diff changeset
    27
	background: yellow;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    28
}
0d28b7c10758 First commit
ymh
parents:
diff changeset
    29
.custom .jcrop-handle
0d28b7c10758 First commit
ymh
parents:
diff changeset
    30
{
0d28b7c10758 First commit
ymh
parents:
diff changeset
    31
	border-color: black;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    32
	background-color: #C7BB00;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    33
	-moz-border-radius: 3px;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    34
	-webkit-border-radius: 3px;
0d28b7c10758 First commit
ymh
parents:
diff changeset
    35
}