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 @ 64156087

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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