Mercurial > defr > drupal > core
comparison modules/system/admin-rtl.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 |
comparison
equal
deleted
inserted
replaced
0:5a113a1c4740 | 1:c1f4ac30525a |
---|---|
1 /* $Id: admin-rtl.css,v 1.5 2007/12/22 23:24:25 goba Exp $ */ | |
2 | |
3 div.admin-panel .body { | |
4 padding: 0 8px 2px 4px; | |
5 } | |
6 | |
7 div.admin .expert-link { | |
8 text-align: left; | |
9 margin-right: 0; | |
10 margin-left: 1em; | |
11 padding-right: 0; | |
12 padding-left: 4px; | |
13 } | |
14 | |
15 table.system-status-report th, table.system-status-report tr.merge-up td { | |
16 padding-right: 30px; | |
17 } | |
18 | |
19 table.system-status-report th { | |
20 background-position: 95% 50%; | |
21 } | |
22 | |
23 table.screenshot { | |
24 margin-left: 1em; | |
25 } | |
26 | |
27 .date-container { | |
28 clear: right; | |
29 } | |
30 .date-container .select-container, .date-container .custom-container { | |
31 float: right; | |
32 } | |
33 .date-container .custom-container { | |
34 margin-left: 0; | |
35 margin-right: 15px; | |
36 } | |
37 |