Blame view

mobile/source/ext/fc_cropresizer/fc-cropresizer.css 870 Bytes
a1684257   Administrator   first commit
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
32
33
34
35
36
  /* Crop */
  div.cropDiv {
  	text-align:right;
  	padding:0; margin:0;
  	position:absolute;
  	top:0; left:0;
  	z-index:1000;
  	//filter:alpha(opacity=50); 
  	-moz-opacity:.50; opacity:.50;
  	cursor:move;
  	background:#FFF;
  	overflow:hidden;
  }
  .cropDiv div {position:relative; z-index:1002; background:url('/source/ext/fc_cropresizer/imgcropresize/0.gif') top left; height:100%;}
  .cropDiv span {color:#000; font:11px tahoma; padding:0 3px; overflow:hidden;}
  
  
  /* Resize */
  div.resizeDiv {
  	padding:0; margin:0;
  	background:#000;
  	position:absolute;
  	top:0; left:0;
  	z-index:1001;
  	background:#000 no-repeat url('/source/ext/fc_cropresizer/imgcropresize/resize.gif') center center;
  	border:1px solid #FFF;
  	cursor:nw-resize;
  }
  
  /* Blocker */
  div.blocker {
  	position:absolute;
  	top:0; left:0;
  	z-index:100;
  	background:url('/source/ext/fc_cropresizer/imgcropresize/0.gif') top left;
  }