source: sipes/modules_contrib/captcha/image_captcha/image_captcha.css @ 92213c1

stableversion-3.0
Last change on this file since 92213c1 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 543 octetos
Línea 
1
2/**
3 * Styling of the font selection list (with previews)
4 * on the Image CAPTCHA settings page.
5 */
6
7/**
8 * Float the fonts with preview (with a fixed width)
9 * to create a multi-column layout.
10 */
11.image_captcha_admin_font_preview {
12  float: left;
13  width: 160px;
14}
15
16/**
17 * Fonts without a preview should not follow the column layout.
18 */
19.image_captcha_admin_fonts_selection .form-item {
20  clear: both;
21}
22
23/**
24 * Center the font previews vertically to the text.
25 */
26.image_captcha_admin_fonts_selection img {
27  vertical-align: middle;
28}
29
30
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.