|
|
Drupal example source code file (image_captcha.css)
The image_captcha.css Drupal example source code/* $Id: image_captcha.css,v 1.3 2010/11/20 00:19:22 soxofaan Exp $ */ /** * Styling of the font selection list (with previews) * on the Image CAPTCHA settings page. */ /** * Float the fonts with preview (with a fixed width) * to create a multi-column layout. */ .image_captcha_admin_fonts_selection .form-item { float: left; width: 160px; } /** * Stop floating with the item for the built in font. */ .image_captcha_admin_fonts_selection .form-item-image-captcha-fonts-BUILTIN { clear: both; float: none; width: 100%; } /** * Center the font previews vertically to the text. */ .image_captcha_admin_fonts_selection img { vertical-align: middle; } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal image_captcha.css source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.