forked from ravisorg/jWindowCrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjWindowCrop.css
More file actions
31 lines (31 loc) · 716 Bytes
/
jWindowCrop.css
File metadata and controls
31 lines (31 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.jwc_frame {
} .jwc_image {
cursor:move;
} .jwc_controls {
background-color:#000;
width:100%; height:26px;
opacity:0.6; filter:alpha(opacity=6);
position:absolute; z-index:100; bottom:0px; left:0px;
} .jwc_controls span {
display:block; float:left;
color:#FFF; font-size:11px;
margin:7px 0px 0px 5px;
} .jwc_zoom_in, .jwc_zoom_out {
display:block; background-color:#FFF;
cursor:pointer;
border-radius:100px;
width:18px; height:18px;
float:right; margin:4px 4px 0px 0px;
text-decoration:none; text-align:center;
font-size:16px; font-weight:bold; color:#000;
} .jwc_zoom_in::after {
content:"+";
} .jwc_zoom_out::after {
content:"-";
}
}
.jwc_overlay {
position:absolute;
top:0;left:0;
z-index:2;
}