| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 .filefield-element .filefield-file-info { 2 min-width: 100px; 3 min-height: 100px; 4 } 5 6 .filefield-element .imagefield-preview { 7 min-width: 100px; 8 min-height: 100px; 9 } 10 11 .filefield-element .imagefield-text { 12 max-width: 40em; /* Reflect the maxlength of the ALT attribute (80 characters). */ 13 } 14 15 .filefield-element .uploadfield-text { 16 max-width: 40em; 17 } 18 19 .video-thumbnails { 20 overflow: auto; 21 } 22 23 .video-thumbnails .form-item { 24 float:left; 25 margin-right:10px; 26 max-width:30%; 27 padding-right:10px; 28 } 29 30 .video-ffmpeg-helper-inprogress { 31 border: 1px solid red; 32 padding: .5em; 33 } 34 35 /* override filefield entry */ 36 .widget-edit { 37 max-width:70%; 38 } 39 40 .widget-edit .form-item { white-space: normal !important; } 41 42 /* 43 * VIDEO OJBECT FIXES CROSS BROWSER 44 */ 45 * html object.video-object { 46 display: none; 47 } 48 49 * html object.video-object/**/ { 50 display: inline; 51 } 52 53 * html object.video-object { 54 display/**/: none; 55 } 56 57
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 |