summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ConfirmEdit/FancyCaptcha/resources/ext.confirmEdit.fancyCaptcha.css
blob: 3be8933827d60b290cda23ea04a4767948e7321c (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
32
33
34
35
36
37
38
39
40
41
42
.fancycaptcha-wrapper {
	display: table;
	background-color: #fff;
}

/* Prevents the size of the container from changing, affecting page
layout, for normal CAPTCHA sizes. */
.fancycaptcha-image-container {
	min-height: 95px;
	position: relative; /* to position Reload link within this */
	display: inline-block;
}

.fancycaptcha-reload {
	/* @embed */
	background: url( images/fancycaptcha-reload-icon.png ) no-repeat scroll left center transparent;

	margin: 0 0 0 3px;
	padding: 1px 2px 1px 12px;
	color: #0645ad;
	cursor: pointer;
	cursor: hand;
}

.client-nojs .fancycaptcha-reload {
	display: none;
}

.fancycaptcha-reload:hover {
	text-decoration: underline;
}

.fancycaptcha-reload-loading {
	/* @embed */
	background: url( images/ajax-loader-10x10.gif ) no-repeat scroll left center transparent;
}

.fancycaptcha-image-container .fancycaptcha-reload {
	position: absolute;
	bottom: 0;
	right: 4px;
}