| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 /** 2 * @file 3 * Front-end styling for the display of webforms. 4 */ 5 input.webform-calendar { 6 display: none; 7 padding: 3px; 8 vertical-align: top; 9 } 10 html.js input.webform-calendar { 11 display: inline; 12 } 13 .webform-container-inline label { 14 display: inline; 15 margin-right: 1em; 16 } 17 .webform-container-inline div, 18 .webform-container-inline div.form-item { 19 display: inline; 20 } 21 .webform-container-inline div.description { 22 display: block; 23 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |