File size: 353 Bytes
b5ba7a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
#tab_openOutpaint {
	position: relative;

	padding: 0;
	border: 0;
}

#openoutpaint-iframe {
	position: absolute;

	top: -2px;

	box-sizing: border-box;

	z-index: 1;
}

#openoutpaint-refresh {
	position: absolute;

	top: 10px;
	left: 0;
	right: 0;

	margin: auto;

	z-index: 9999; /* little guy gets bashful and hides behind the canvas in firefox */
}