Mercurial > defr > drupal > core
comparison modules/user/user.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: user.css,v 1.7 2007/06/21 04:38:41 unconed Exp $ */ | |
2 | |
3 #permissions td.module { | |
4 font-weight: bold; | |
5 } | |
6 #permissions td.permission { | |
7 padding-left: 1.5em; /* LTR */ | |
8 } | |
9 #access-rules .access-type, #access-rules .rule-type { | |
10 margin-right: 1em; /* LTR */ | |
11 float: left; /* LTR */ | |
12 } | |
13 #access-rules .access-type .form-item, #access-rules .rule-type .form-item { | |
14 margin-top: 0; | |
15 } | |
16 #access-rules .mask { | |
17 clear: both; | |
18 } | |
19 #user-login-form { | |
20 text-align: center; | |
21 } | |
22 #user-admin-filter ul { | |
23 list-style-type: none; | |
24 padding: 0; | |
25 margin: 0; | |
26 width: 100%; | |
27 } | |
28 #user-admin-buttons { | |
29 float: left; /* LTR */ | |
30 margin-left: 0.5em; /* LTR */ | |
31 clear: right; /* LTR */ | |
32 } | |
33 #user-admin-settings fieldset .description { | |
34 font-size: 0.85em; | |
35 padding-bottom: .5em; | |
36 } | |
37 | |
38 /* Generated by user.module but used by profile.module: */ | |
39 .profile { | |
40 clear: both; | |
41 margin: 1em 0; | |
42 } | |
43 .profile .picture { | |
44 float: right; /* LTR */ | |
45 margin: 0 1em 1em 0; /* LTR */ | |
46 } | |
47 .profile h3 { | |
48 border-bottom: 1px solid #ccc; | |
49 } | |
50 .profile dl { | |
51 margin: 0 0 1.5em 0; | |
52 } | |
53 .profile dt { | |
54 margin: 0 0 0.2em 0; | |
55 font-weight: bold; | |
56 } | |
57 .profile dd { | |
58 margin: 0 0 1em 0; | |
59 } |