| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: filefield_sources.css,v 1.2 2010/08/09 04:11:55 quicksketch Exp $ */ 2 3 /* Generic display for all sources. */ 4 5 div.filefield-source input.form-text, 6 div.filefield-source select.form-select { 7 display: inline; 8 width: 20em; 9 } 10 11 div.filefield-source .form-item { 12 white-space: normal; 13 } 14 15 div.filefield-source input.hint { 16 color: #999; 17 } 18 19 div.filefield-sources-list a.active { 20 font-weight: bold; 21 } 22 23 /* Reference source. */ 24 div.filefield-source-reference-item { 25 font-size: 90%; 26 } 27 28 /* Remote source. */ 29 div.filefield-source-remote input.form-text { 30 /* Helps with display consistency since references has a background. */ 31 background-image: inherit; 32 }
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 |