comparison modules/user/user.css @ 0:ff03f76ab3fe

initial version
author danieleb <danielebarchiesi@me.com>
date Wed, 21 Aug 2013 18:51:11 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ff03f76ab3fe
1
2 #permissions td.module {
3 font-weight: bold;
4 }
5 #permissions td.permission {
6 padding-left: 1.5em; /* LTR */
7 }
8 #permissions tr.odd .form-item,
9 #permissions tr.even .form-item {
10 white-space: normal;
11 }
12 #user-admin-settings fieldset .fieldset-description {
13 font-size: 0.85em;
14 padding-bottom: .5em;
15 }
16
17 /**
18 * Override default textfield float to put the "Add role" button next to
19 * the input textfield.
20 */
21 #user-admin-roles td.edit-name {
22 clear: both;
23 }
24 #user-admin-roles .form-item-name {
25 float: left; /* LTR */
26 margin-right: 1em; /* LTR */
27 }
28
29 /**
30 * Password strength indicator.
31 */
32 .password-strength {
33 width: 17em;
34 float: right; /* LTR */
35 margin-top: 1.4em;
36 }
37 .password-strength-title {
38 display: inline;
39 }
40 .password-strength-text {
41 float: right; /* LTR */
42 font-weight: bold;
43 }
44 .password-indicator {
45 background-color: #C4C4C4;
46 height: 0.3em;
47 width: 100%;
48 }
49 .password-indicator div {
50 height: 100%;
51 width: 0%;
52 background-color: #47C965;
53 }
54 input.password-confirm,
55 input.password-field {
56 width: 16em;
57 margin-bottom: 0.4em;
58 }
59 div.password-confirm {
60 float: right; /* LTR */
61 margin-top: 1.5em;
62 visibility: hidden;
63 width: 17em;
64 }
65 div.form-item div.password-suggestions {
66 padding: 0.2em 0.5em;
67 margin: 0.7em 0;
68 width: 38.5em;
69 border: 1px solid #B4B4B4;
70 }
71 div.password-suggestions ul {
72 margin-bottom: 0;
73 }
74 .confirm-parent,
75 .password-parent {
76 clear: left; /* LTR */
77 margin: 0;
78 width: 36.3em;
79 }
80
81 /* Generated by user.module but used by profile.module: */
82 .profile {
83 clear: both;
84 margin: 1em 0;
85 }
86 .profile .user-picture {
87 float: right; /* LTR */
88 margin: 0 1em 1em 0; /* LTR */
89 }
90 .profile h3 {
91 border-bottom: 1px solid #ccc;
92 }
93 .profile dl {
94 margin: 0 0 1.5em 0;
95 }
96 .profile dt {
97 margin: 0 0 0.2em 0;
98 font-weight: bold;
99 }
100 .profile dd {
101 margin: 0 0 1em 0;
102 }