comparison modules/user/user-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: user-rtl.css,v 1.3 2007/11/27 12:09:26 goba Exp $ */
2
3 #permissions td.permission {
4 padding-left: 0;
5 padding-right: 1.5em;
6 }
7 #access-rules .access-type, #access-rules .rule-type {
8 margin-right: 0;
9 margin-left: 1em;
10 float: right;
11 }
12 #user-admin-buttons {
13 float: right;
14 margin-left: 0;
15 margin-right: 0.5em;
16 clear: left;
17 }
18
19 .profile .picture {
20 float: left;
21 margin: 0 0 1em 1em;
22 }