| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: webform-admin.css,v 1.1.2.3 2010/09/28 20:49:24 quicksketch Exp $ */ 2 3 .webform-display-item { 4 margin-top: 0.5em; 5 margin-bottom: 0.5em; 6 } 7 .webform-display-item label { 8 display: inline; 9 } 10 .webform-submission-navigation { 11 text-align: right; 12 } 13 .webform-submission-next { 14 margin-left: 20px; 15 } 16 .webform-component-select-wrapper { 17 max-height: 300px; 18 overflow: auto; 19 } 20 .webform-component-select-table table { 21 margin: 0; 22 } 23 .webform-component-select-table tr.selected td, 24 .webform-component-select-table tr.selected td.active { 25 background: inherit; 26 color: inherit; 27 } 28 .form-item .webform-component-select-table .description { 29 font-size: inherit; 30 } 31 .form-item .webform-component-select-table input { 32 width: 12px; 33 height: 12px; 34 margin: 0 2px 2px; 35 } 36 .webform-select-list-format table { 37 border: 1px solid; 38 width: auto; 39 font-size: 90%; 40 } 41 .webform-select-list-format td, 42 .webform-select-list-format th { 43 border: 1px solid; 44 } 45 tr.webform-pagebreak td { 46 border-top: 2px dotted #999; 47 } 48 td.webform-pagebreak { 49 font-weight: bold; 50 } 51 .webform-options-element thead { 52 display: none; 53 } 54 .webform-options-element fieldset { 55 border: none; 56 background: none; 57 margin: 0; 58 padding: 0; 59 } 60 .webform-options-element fieldset legend { 61 display: none; 62 } 63 .webform-checkbox { 64 text-align: center; 65 width: 40px; 66 } 67 .webform-container-inline div { 68 display: inline; 69 } 70 .webform-default-value { 71 color: #999; 72 } 73 .webform-results-per-page a.selected { 74 font-weight: bold; 75 } 76 html.js fieldset.webform-position, 77 html.js div.webform-position { 78 display: none; 79 } 80 tr.webform-add-form .tabledrag-changed { 81 display: none; 82 } 83 #webform-components tr.webform-add-form { 84 background-color: inherit; 85 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |