mediawiki-extensions-Confir.../resources/ext.confirmEdit.fancyCaptcha.css
S Page 8837bd469a Move reload image into the _Refresh_ background
This makes the icon and text a single item, so they don't split across
lines, and reduces code and messages.

Bug: 47398
Change-Id: If81313b9fe03693dcdc06d5d682f0ef9a9994f76
2013-04-26 19:52:04 -07:00

34 lines
714 B
CSS

.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;
}
.client-nojs .fancycaptcha-reload {
display: none;
}
.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;
}
.fancycaptcha-reload:hover {
text-decoration: underline;
}
.fancycaptcha-reload-loading {
/* @embed */
background: url(images/ajax-loader-10x10.gif) no-repeat scroll left center transparent;
}