source: sipes/cord/modules/user/user.css @ 52861f4

stableversion-3.0
Last change on this file since 52861f4 was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 1.0 KB
Línea 
1
2#permissions td.module {
3  font-weight: bold;
4}
5#permissions td.permission {
6  padding-left: 1.5em; /* LTR */
7}
8#access-rules .access-type, #access-rules .rule-type {
9  margin-right: 1em; /* LTR */
10  float: left; /* LTR */
11}
12#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
13  margin-top: 0;
14}
15#access-rules .mask {
16  clear: both;
17}
18#user-login-form {
19  text-align: center;
20}
21#user-admin-filter ul {
22  list-style-type: none;
23  padding: 0;
24  margin: 0;
25  width: 100%;
26}
27#user-admin-buttons {
28  float: left; /* LTR */
29  margin-left: 0.5em; /* LTR */
30  clear: right; /* LTR */
31}
32#user-admin-settings fieldset .description {
33  font-size: 0.85em;
34  padding-bottom: .5em;
35}
36
37/* Generated by user.module but used by profile.module: */
38.profile {
39  clear: both;
40  margin: 1em 0;
41}
42.profile .picture {
43  float: right; /* LTR */
44  margin: 0 1em 1em 0; /* LTR */
45}
46.profile h3 {
47  border-bottom: 1px solid #ccc;
48}
49.profile dl {
50  margin: 0 0 1.5em 0;
51}
52.profile dt {
53  margin: 0 0 0.2em 0;
54  font-weight: bold;
55}
56.profile dd {
57  margin: 0 0 1em 0;
58}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.