| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 2 #edit-type-wrapper, #edit-severity-wrapper { 3 float: left; /* LTR */ 4 padding-right: .8em; /* LTR */ 5 margin: 0.1em; 6 /** 7 * In Opera 9, DOM elements with the property of "overflow: auto" 8 * will partially hide its contents with unnecessary scrollbars when 9 * its immediate child is floated without an explicit width set. 10 */ 11 width: 15em; 12 } 13 #dblog-filter-form .form-item select.form-select { 14 width: 100%; 15 } 16 tr.dblog-user { 17 background: #ffd; 18 } 19 tr.dblog-user .active { 20 background: #eed; 21 } 22 tr.dblog-content { 23 background: #ddf; 24 } 25 tr.dblog-content .active { 26 background: #cce; 27 } 28 tr.dblog-page-not-found, tr.dblog-access-denied { 29 background: #dfd; 30 } 31 tr.dblog-page-not-found .active, tr.dblog-access-denied .active { 32 background: #cec; 33 } 34 tr.dblog-error { 35 background: #ffc9c9; 36 } 37 tr.dblog-error .active { 38 background: #eeb9b9; 39 }
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 |