summaryrefslogtreecommitdiff
blob: 7662d7e5590ee1460834d0617400e3268d8ed5ce (plain)
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
/* Do not modify this file directly.  It is concatenated from individual module CSS files. */
#jetpack-comic-drop-zone .dragging, #jetpack-comic-drop-zone .uploading {
	margin-top: 200px;
	display: none;
}

/* Display the appropriate loading message for each upload state. */
body.dragging #jetpack-comic-drop-zone .dragging, body.uploading #jetpack-comic-drop-zone .uploading {
	display: block;
}

body.uploading #jetpack-comic-drop-zone .uploading .spinner {
	display: inline-block;
	width: 60px;
}

/* Add the drop zone overlay. */
body.dragging #jetpack-comic-drop-zone, body.uploading #jetpack-comic-drop-zone {
	background: rgba( 0, 86, 132, 0.9 );
	border: 1px dashed #fff;
	color: #fff;
	display: block;
	font-size: 30px;
	position: fixed;
		top: 10px;
		right: 10px;
		left: 10px;
		bottom: 10px;
	text-align: center;
	z-index: 99999;
}