[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 .fancycaptcha-wrapper { 2 display: table; 3 background-color: #FFF; 4 } 5 6 /* Prevents the size of the container from changing, affecting page 7 layout, for normal CAPTCHA sizes. */ 8 .fancycaptcha-image-container { 9 min-height: 95px; 10 position: relative; /* to position Reload link within this */ 11 display: inline-block; 12 } 13 14 .client-nojs .fancycaptcha-reload { 15 display: none; 16 } 17 18 .fancycaptcha-reload { 19 /* @embed */ 20 background: url(images/fancycaptcha-reload-icon.png) no-repeat scroll left center transparent; 21 22 margin: 0 0 0 3px; 23 padding: 1px 2px 1px 12px; 24 color: #0645AD; 25 cursor: pointer; 26 cursor: hand; 27 } 28 29 .fancycaptcha-reload:hover { 30 text-decoration: underline; 31 } 32 .fancycaptcha-reload-loading { 33 /* @embed */ 34 background: url(images/ajax-loader-10x10.gif) no-repeat scroll left center transparent; 35 } 36 37 .fancycaptcha-image-container .fancycaptcha-reload { 38 position: absolute; 39 bottom: 0; 40 right: 4px; 41 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |