| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 /* $Id: content-module.css,v 1.1.2.6 2009/03/14 18:45:38 yched Exp $ */ 2 3 /* Node display */ 4 .field .field-label, 5 .field .field-label-inline, 6 .field .field-label-inline-first { 7 font-weight:bold; 8 } 9 .field .field-label-inline, 10 .field .field-label-inline-first { 11 display:inline; 12 } 13 .field .field-label-inline { 14 visibility:hidden; 15 } 16 17 /* Node form display */ 18 .node-form .content-multiple-table td.content-multiple-drag { 19 width:30px; 20 padding-right:0;/*LTR*/ 21 } 22 .node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle{ 23 padding-right:.5em;/*LTR*/ 24 } 25 26 .node-form .content-add-more .form-submit{ 27 margin:0; 28 } 29 30 .node-form .number { 31 display:inline; 32 width:auto; 33 } 34 .node-form .text { 35 width:auto; 36 } 37 38 /* CSS overrides for Views-based autocomplete results. 39 - #autocomplete uses "white-space:pre", which is no good with 40 Views' template-based rendering 41 - Field titles are rendered with <label> in default templates, 42 but we don't want the 'form' styling it gets under .form-item 43 */ 44 .form-item #autocomplete .reference-autocomplete { 45 white-space:normal; 46 } 47 48 .form-item #autocomplete .reference-autocomplete label { 49 display:inline; 50 font-weight:normal; 51 } 52 53 /* 'Manage fields' overview */ 54 #content-field-overview-form .advanced-help-link, 55 #content-display-overview-form .advanced-help-link { 56 margin: 4px 4px 0 0;/*LTR*/ 57 } 58 #content-field-overview-form .label-group, 59 #content-display-overview-form .label-group, 60 #content-copy-export-form .label-group { 61 font-weight: bold; 62 } 63 table#content-field-overview .label-add-new-field, 64 table#content-field-overview .label-add-existing-field, 65 table#content-field-overview .label-add-new-group { 66 float: left;/*LTR*/ 67 } 68 table#content-field-overview tr.content-add-new .tabledrag-changed { 69 display: none; 70 } 71 table#content-field-overview tr.content-add-new .description { 72 margin-bottom: 0; 73 } 74 table#content-field-overview .content-new { 75 font-weight: bold; 76 padding-bottom: .5em; 77 } 78 79 /* 'Advanced help' pages */ 80 .advanced-help-topic h3, 81 .advanced-help-topic h4, 82 .advanced-help-topic h5, 83 .advanced-help-topic h6 { 84 margin:1em 0 .5em 0; 85 } 86 .advanced-help-topic dd { 87 margin-bottom: .5em; 88 } 89 .advanced-help-topic span.code { 90 background-color:#EDF1F3; 91 font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace; 92 font-size:0.9em; 93 padding:1px; 94 } 95 .advanced-help-topic .content-border { 96 border:1px solid #AAA 97 }
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 |