Projet

Général

Profil

Paste
Télécharger (2,79 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / panels / css / panels_admin.css @ e4c061ad

1

    
2
.layout-link {
3
  float: left;
4
  padding: 1em;
5
  width: 125px;
6
  height: 160px;
7
}
8

    
9
.layout-link img {
10
  margin-left: auto;
11
  margin-right: auto;
12
}
13

    
14
/* general style for the layout-icon */
15
.layout-icon .caption {
16
  width: 90px;
17
  margin-bottom: 1em;
18
}
19

    
20
/* styles for the basic panel-%implementation% edit page */
21
.layout-container,
22
.right-container {
23
  float: right;
24
  padding: 0 0 0 .5em;
25
  margin: 0;
26
  width: 48.5%;
27
}
28

    
29
.info-container,
30
.left-container {
31
  padding-right: .5em;
32
  width: 48.5%;
33
}
34

    
35
.right-container fieldset,
36
.left-container fieldset,
37
.layout-container fieldset {
38
  margin-top: 0;
39
}
40

    
41
.layout-container .form-item {
42
  margin: 0;
43
}
44

    
45
.layout-container .form-submit {
46
  margin-top: 1em;
47
}
48

    
49
.layout-container .layout-icon,
50
.left-container .layout-icon {
51
  float: right;
52
  margin-left: .5em;
53
}
54

    
55
.content-list ol {
56
  padding-left: 0;
57
  list-style-position: inside;
58
}
59

    
60
.content-list dt {
61
  font-weight: bold;
62
}
63

    
64
.content-list dd {
65
  margin-left: 2em;
66
}
67

    
68
/* styles for the choose layout page */
69
.panels-layouts-checkboxes .form-checkboxes .form-item,
70
#panels-choose-layout .form-type-radio,
71
.panels-choose-layout .form-type-radio {
72
  float: left;
73
  margin-right: .5em;
74
  width: 90px;
75
}
76

    
77
.panels-layouts-checkboxes .form-checkboxes .form-item .layout-icon,
78
#panels-choose-layout .form-type-radio .form-item .layout-icon,
79
.panels-choose-layout .form-type-radio .form-item .layout-icon {
80
  float: none;
81
  height: 11em;
82
  width: 90px;
83
}
84
.panels-layouts-checkboxes .form-checkboxes .option input,
85
#panels-choose-layout .form-type-radio input,
86
.panels-choose-layout .form-type-radio input {
87
  width: 50px;
88
  display: block;
89
  text-align: center;
90
}
91

    
92
.panels-layouts-checkboxes .form-submit,
93
#panels-choose-layout .form-submit {
94
  clear: left;
95
}
96

    
97
.panels-layouts-checkboxes .panels-layout-list label,
98
#panels-choose-layout .panels-layout-list label {
99
  width: 300px;
100
  float: left;
101
  clear: left;
102
  background: url(../images/go-right.png) right no-repeat;
103
  margin-right: 20px;
104
}
105

    
106
.panels-layouts-checkboxes .panels-layouts-category {
107
  font-weight: bold;
108
  width: 100%;
109
  float: left;
110
}
111

    
112
.panels-layouts-checkboxes .description {
113
  clear: left;
114
}
115

    
116
.change-layout-display .layout-icon {
117
  float: left;
118
}
119

    
120
.change-layout-display > img {
121
  padding: 25px 25px 25px 0;
122
  float: left;
123
}
124

    
125
table .operation {
126
  text-align: right;
127
  padding-right: 6px;
128
}
129

    
130
table .argument-operation input {
131
  padding: 0;
132
  margin: 0;
133
  position: relative;
134
  top: 3px;
135
}
136

    
137
.panels-admin-view {
138
  padding: 1em;
139
  border: 1px dotted black;
140
  margin-bottom: 1em;
141
}
142

    
143
tr.changed td {
144
  background-color: #FFFFDD !important;
145
}
146

    
147
tr.changed td span.star {
148
  font-weight: bold;
149
  color: #E09010;
150
}
151

    
152
td select {
153
  margin: 0;
154
  padding: 0;
155
}
156

    
157
.panels-style-settings,
158
.panels-style-settings-box,
159
#panels-style-setting {
160
  float: left;
161
}
162

    
163
.panels-style-settings-box .form-item {
164
  margin: 0 1em 0 0;
165
}