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