| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 .dev-query, .dev-timer, .dev-memory-usage { 2 padding-top: 2em; 3 } 4 5 .devel-obj-output .field { 6 color: red; 7 } 8 9 .devel-obj-output dd { 10 display: block; 11 } 12 13 /** 14 * Query summary 15 */ 16 div.dev-query { 17 font-size:11px; 18 background:#fff; 19 border-top:3px solid #ccc; 20 color:#333; 21 padding:.5em; 22 } 23 24 div.dev-query .marker { 25 color: #f00; 26 font-weight: bold; 27 } 28 29 /** 30 * Querylog 31 */ 32 div.devel-querylog { 33 color:#333; 34 border-bottom:1px solid #eee; 35 font-size:11px; 36 line-height:1.5em; 37 padding-left:25em; 38 position:relative; 39 overflow:hidden; 40 } 41 42 div.devel-querylog .marker { 43 color: #f00; 44 font-weight: bold; 45 } 46 47 div.devel-querylog-header { 48 border-top:3px solid #ccc; 49 background:#fff; 50 font-weight:bold; 51 } 52 53 div.devel-querylog-even { 54 background:#fff; 55 } 56 57 div.devel-querylog-odd { 58 background:#f8f8f8; 59 } 60 61 div.devel-querylog div.cell { 62 overflow:hidden; 63 padding: 1em .5em; 64 } 65 66 div.devel-querylog div.cell-1 { 67 position:absolute; 68 left:0px; 69 width:5em; 70 } 71 72 div.devel-querylog div.cell-2 { 73 position:absolute; 74 left:6em; 75 width:3em; 76 } 77 78 div.devel-querylog div.cell-3 { 79 position:absolute; 80 left:10em; 81 width:14em; 82 } 83 84 div.devel-querylog-even div.cell-4, 85 div.devel-querylog-odd div.cell-4 { 86 max-height:18em; 87 font-family: 'Andale Mono', monospace; 88 }
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 |