Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / css / ds.admin.css @ 3dfa8105

1

    
2
/**
3
 * @file
4
 * Administration CSS for Display Suite.
5
 */
6
.ds-extras-field-template {
7
  margin-bottom: 1em;
8
}
9

    
10
#field-display-overview .field-formatter-settings-edit-form .ft-group {
11
  border-top: 1px solid #aaa;
12
  padding: 5px 0;
13
  overflow: auto;
14
}
15

    
16
#field-display-overview .field-formatter-settings-edit-form .ft-group.lb {
17
  border-top: none;
18
}
19

    
20
#field-display-overview .field-formatter-settings-edit-form .ft-group .form-item {
21
  margin: 0;
22
  white-space: normal;
23
}
24

    
25
.ds-layout-preview-title {
26
  font-weight: bold;
27
}
28

    
29
.ds-layout-preview-image {
30
  float: left;
31
  width: 150px;
32
  padding-top: 10px;
33
}
34

    
35
.ds-layout-preview-image img {
36
  width: 150px;
37
}
38

    
39
.ds-layout-preview-arrow {
40
  float: left;
41
  margin: 80px 10px 0 5px;
42
}
43

    
44
.ds-layout-preview-suggestion {
45
  min-width: 150px;
46
  overflow: hidden;
47
  padding-left: 30px;
48
}
49

    
50
.ds-layout-regions {
51
  float: left;
52
  width: 210px;
53
}
54

    
55
.ft-group div.form-item {
56
  float: left;
57
  width: 130px;
58
}
59

    
60
.ds-select-layout {
61
  clear: both;
62
}
63

    
64
.ds-layout-change-save {
65
  clear: both;
66
}
67

    
68
/**
69
 * Displays list
70
 */
71
table th.ds-display-list-options {
72
  width: 300px;
73
}
74

    
75
/**
76
 * Limit
77
 */
78
.limit-float {
79
  float: left;
80
  margin-right: 5px;
81
}
82

    
83
/**
84
 * Modal
85
 */
86
#modalBackdrop {
87
  position: fixed!important;
88
  background-color: #000!important;
89
}
90

    
91
div.ctools-modal-content .modal-header {
92
  padding: 5px;
93
  background-color: #E1E2DC;
94
}
95

    
96
div.ctools-modal-content a.close {
97
  color: #666;
98
}
99

    
100
div.ctools-modal-content .modal-title {
101
  /*font-weight: normal;*/
102
  color: #666;
103
}
104

    
105
div.ctools-modal-content .modal-header img {
106
  display: none;
107
}
108

    
109
div.ctools-modal-content .form-item label {
110
  width: 100%;
111
  float: none;
112
  clear: both;
113
}
114

    
115
div.ctools-modal-content .resizable-textarea {
116
  width: 100%;
117
  margin-left: 0;
118
  margin-right: 0;
119
}
120

    
121
div.ctools-modal-content {
122
  font-size: 12px;
123
  border: solid 1px #ddd;
124
  -webkit-border-radius: 0.5em;
125
  -moz-border-radius: 0.5em;
126
  -webkit-box-shadow: -1em 1em 1em rgba(0, 0, 0, 0.5);
127
}
128

    
129
a.section-link {
130
  display: block;
131
}
132

    
133
#ctools-content-selection h2 {
134
  color: #666;
135
}
136

    
137
.option-text-aligner .form-item {
138
  float: left;
139
  padding: .25em 1em .25em 0;
140
  margin: 0;
141
}
142

    
143
.option-text-aligner {
144
  clear: both;
145
  width: 100%;
146
  padding: 0;
147
  margin: 0;
148
}
149

    
150
/**
151
 * CTools content selection.
152
 */
153
#ctools-content-selection #ds-left {
154
  float: left;
155
  width: 30%;
156
}
157

    
158
#ctools-content-selection #ds-right {
159
  float: left;
160
  width: 70%;
161
}
162

    
163
#ctools-content-selection .selection-hide {
164
  display: none;
165
}
166

    
167
#ctools-content-selection .content-item {
168
  width: 50%;
169
  float: left;
170
}
171

    
172
/**
173
 * Fieldset in vertical tabs.
174
 */
175
.vertical-tabs fieldset#edit-additional-settings-ds-page-title-options-page-option-contexts {
176
  margin: 1em 0;
177
  padding: 2.5em 0 0;
178
  border: 1px solid #ccc;
179
}
180

    
181
#edit-additional-settings-ds-page-title-options-page-option-contexts legend {
182
  display: block;
183
}
184

    
185
/**
186
 * Change layout screen.
187
 */
188
 .change_ds_layout_info {
189
   margin-bottom: 10px;
190
 }
191
 .change_ds_layout_old_region {
192
   font-weight: bold;
193
 }