source: sipes/modules_contrib/views/css/views-list.css @ 65dadeb

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

se actualizo la version del modulo views

  • Propiedad mode establecida a 100644
File size: 1.3 KB
Línea 
1
2table.views-entry {
3  margin: 3px 0;
4  border: 1px solid #ddd;
5  background-color: white;
6  color: #494949; /* matches garland */
7  clear: left; /* LTR */
8  width: 100%;
9}
10
11table.views-entry tbody {
12  border: none;
13}
14
15table.views-entry td.view-ops {
16  width: 45%;
17  text-align: right; /* LTR */
18  background-color: #eee;
19}
20
21table.views-entry td.view-name {
22  background-color: #eee;
23}
24
25table.views-entry .description {
26  vertical-align: top;
27}
28
29body form#views-ui-list-views-form {
30  margin: 0 0 1.5em 0;
31}
32
33#views-ui-list-views-form .form-item {
34  padding-right: 1em; /* LTR */
35  float: left; /* LTR */
36  margin-top: 0;
37  margin-bottom: 0;
38}
39
40#edit-order-wrapper {
41  clear: left; /* LTR */
42}
43
44#edit-views-apply,
45#edit-views-reset {
46  margin-top: 1.65em;
47  float: left; /* LTR */
48}
49
50.views-entry .advanced-help-link {
51  position: relative;
52  top: 2px;
53  padding-right: 3px; /* LTR */
54}
55
56table.view-disabled {
57  color: #999;
58}
59
60table.views-entry td {
61  line-height: 1.4;
62  padding-bottom: 10px;
63}
64table.view-disabled td {
65  line-height: 1.4;
66  padding-bottom: 10px;
67  background: none;
68}
69table.view-enabled td.view-name,
70table.view-enabled td.view-ops,
71table.view-disabled td.view-name,
72table.view-disabled td.view-ops {
73  line-height: 1.6;
74  padding-bottom: 0.3em;
75}
76table.view-enabled td.view-name,
77table.view-enabled td.view-ops {
78  background: #E4F0F8;
79}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.