comparison modules/system/admin.css @ 1:c1f4ac30525a 6.0

Drupal 6.0
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:28:28 +0100
parents
children fff6d4c8c043
comparison
equal deleted inserted replaced
0:5a113a1c4740 1:c1f4ac30525a
1 /* $Id: admin.css,v 1.18 2007/12/22 23:24:25 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 div.admin-dependencies, div.admin-required {
48 font-size: 0.9em;
49 color: #444;
50 }
51 span.admin-disabled {
52 color: #800;
53 }
54 span.admin-enabled {
55 color: #080;
56 }
57 span.admin-missing {
58 color: #f00;
59 }
60
61 /**
62 * Formatting for status report
63 */
64 table.system-status-report th {
65 border-bottom: 1px solid #ccc;
66 }
67 table.system-status-report th, table.system-status-report tr.merge-up td {
68 padding-left: 30px; /* LTR */
69 }
70 table.system-status-report th {
71 background-repeat: no-repeat;
72 background-position: 5px 50%; /* LTR */
73 padding-top: 6px;
74 padding-bottom: 6px;
75 }
76 table.system-status-report tr.error th {
77 background-image: url(../../misc/watchdog-error.png);
78 }
79 table.system-status-report tr.warning th {
80 background-image: url(../../misc/watchdog-warning.png);
81 }
82 table.system-status-report tr.ok th {
83 background-image: url(../../misc/watchdog-ok.png);
84 }
85
86 /**
87 * Formatting for theme configuration
88 */
89 .theme-settings-left {
90 float: left;
91 width: 49%;
92 }
93 .theme-settings-right {
94 float: right;
95 width: 49%;
96 }
97 .theme-settings-bottom {
98 clear: both;
99 }
100
101 /**
102 * Formatting for theme overview
103 */
104 table.screenshot {
105 margin-right: 1em; /* LTR */
106 }
107 .theme-info h2 {
108 margin-bottom: 0;
109 }
110 .theme-info p {
111 margin-top: 0;
112 }
113
114
115 /**
116 * Date and time settings page
117 */
118 .date-container {
119 overflow: auto;
120 clear: left; /* LTR */
121 }
122 .date-container .form-item {
123 margin-top: 0;
124 }
125 .date-container .select-container, .date-container .custom-container {
126 float: left; /* LTR */
127 }
128 .date-container .custom-container {
129 margin-left: 15px; /* LTR */
130 width: 50%;
131 }
132 html.js .custom-container label {
133 visibility: hidden;
134 }