| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: admin.css,v 1.18.2.1 2008/04/25 21:01:54 goba Exp $ */ 2 3 /* 4 ** Formatting for administration page 5 */ 6 div.admin-panel { 7 margin: 0; 8 padding: 5px 5px 15px 5px; 9 } 10 11 div.admin-panel .description { 12 margin: 0 0 3px; 13 padding: 2px 0 3px 0; 14 } 15 16 div.admin-panel .body { 17 padding: 0 4px 2px 8px; /* LTR */ 18 } 19 20 div.admin { 21 padding-top: 15px; 22 } 23 24 div.admin .left { 25 float: left; 26 width: 47%; 27 margin-left: 1em; 28 } 29 div.admin .right { 30 float: right; 31 width: 47%; 32 margin-right: 1em; 33 } 34 35 div.admin .expert-link { 36 text-align: right; /* LTR */ 37 margin-right: 1em; /* LTR */ 38 padding-right: 4px; /* LTR */ 39 } 40 41 table.package { 42 width: 100%; 43 } 44 table.package .description { 45 width: 100%; 46 } 47 table.package .version { 48 direction: ltr; 49 } 50 div.admin-dependencies, div.admin-required { 51 font-size: 0.9em; 52 color: #444; 53 } 54 span.admin-disabled { 55 color: #800; 56 } 57 span.admin-enabled { 58 color: #080; 59 } 60 span.admin-missing { 61 color: #f00; 62 } 63 64 /** 65 * Formatting for status report 66 */ 67 table.system-status-report th { 68 border-bottom: 1px solid #ccc; 69 } 70 table.system-status-report th, table.system-status-report tr.merge-up td { 71 padding-left: 30px; /* LTR */ 72 } 73 table.system-status-report th { 74 background-repeat: no-repeat; 75 background-position: 5px 50%; /* LTR */ 76 padding-top: 6px; 77 padding-bottom: 6px; 78 } 79 table.system-status-report tr.error th { 80 background-image: url(../../misc/watchdog-error.png); 81 } 82 table.system-status-report tr.warning th { 83 background-image: url(../../misc/watchdog-warning.png); 84 } 85 table.system-status-report tr.ok th { 86 background-image: url(../../misc/watchdog-ok.png); 87 } 88 89 /** 90 * Formatting for theme configuration 91 */ 92 .theme-settings-left { 93 float: left; 94 width: 49%; 95 } 96 .theme-settings-right { 97 float: right; 98 width: 49%; 99 } 100 .theme-settings-bottom { 101 clear: both; 102 } 103 104 /** 105 * Formatting for theme overview 106 */ 107 table.screenshot { 108 margin-right: 1em; /* LTR */ 109 } 110 .theme-info h2 { 111 margin-bottom: 0; 112 } 113 .theme-info p { 114 margin-top: 0; 115 } 116 117 118 /** 119 * Date and time settings page 120 */ 121 .date-container { 122 overflow: auto; 123 clear: left; /* LTR */ 124 } 125 .date-container .form-item { 126 margin-top: 0; 127 } 128 .date-container .select-container, .date-container .custom-container { 129 float: left; /* LTR */ 130 } 131 .date-container .custom-container { 132 margin-left: 15px; /* LTR */ 133 width: 50%; 134 } 135 html.js .custom-container label { 136 visibility: hidden; 137 }
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 |