Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / css / ds.admin.css @ 74f6bef0

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 .form-item {
11
  margin: 0;
12
}
13

    
14
.ds-layout-preview-title {
15
  font-weight: bold;
16
}
17

    
18
.ds-layout-preview-image {
19
  float: left;
20
  width: 150px;
21
  padding-top: 10px;
22
}
23

    
24
.ds-layout-preview-image img {
25
  width: 150px;
26
}
27

    
28
.ds-layout-preview-arrow {
29
  float: left;
30
  margin: 80px 10px 0 5px;
31
}
32

    
33
.ds-layout-preview-suggestion {
34
  min-width: 150px;
35
  overflow: hidden;
36
  padding-left: 30px;
37
}
38

    
39
.ds-layout-regions {
40
  float: left;
41
  width: 210px;
42
}
43

    
44
.ft-group div.form-item {
45
  float: left;
46
  width: 130px;
47
}
48

    
49
.ds-select-layout {
50
  clear: both;
51
}
52

    
53
.ds-layout-change-save {
54
  clear: both;
55
}
56

    
57
/**
58
 * Displays list
59
 */
60
table th.ds-display-list-options {
61
  width: 300px;
62
}
63

    
64
/**
65
 * Limit
66
 */
67
.limit-float {
68
  float: left;
69
  margin-right: 5px;
70
}
71

    
72
/**
73
 * Modal
74
 */
75
#modalBackdrop {
76
  position: fixed!important;
77
  background-color: #000!important;
78
}
79

    
80
div.ctools-modal-content .modal-header {
81
  padding: 5px;
82
  background-color: #E1E2DC;
83
}
84

    
85
div.ctools-modal-content a.close {
86
  color: #666;
87
}
88

    
89
div.ctools-modal-content .modal-title {
90
  /*font-weight: normal;*/
91
  color: #666;
92
}
93

    
94
div.ctools-modal-content .modal-header img {
95
  display: none;
96
}
97

    
98
div.ctools-modal-content .form-item label {
99
  width: 100%;
100
  float: none;
101
  clear: both;
102
}
103

    
104
div.ctools-modal-content .resizable-textarea {
105
  width: 100%;
106
  margin-left: 0;
107
  margin-right: 0;
108
}
109

    
110
div.ctools-modal-content {
111
  font-size: 12px;
112
  border: solid 1px #ddd;
113
  -webkit-border-radius: 0.5em;
114
  -moz-border-radius: 0.5em;
115
  -webkit-box-shadow: -1em 1em 1em rgba(0, 0, 0, 0.5);
116
}
117

    
118
a.section-link {
119
  display: block;
120
}
121

    
122
#ctools-content-selection h2 {
123
  color: #666;
124
}
125

    
126
.option-text-aligner .form-item {
127
  float: left;
128
  padding: .25em 1em .25em 0;
129
  margin: 0;
130
}
131

    
132
.option-text-aligner {
133
  clear: both;
134
  width: 100%;
135
  padding: 0;
136
  margin: 0;
137
}
138

    
139
/**
140
 * CTools content selection.
141
 */
142
#ctools-content-selection #ds-left {
143
  float: left;
144
  width: 30%;
145
}
146

    
147
#ctools-content-selection #ds-right {
148
  float: left;
149
  width: 70%;
150
}
151

    
152
#ctools-content-selection .selection-hide {
153
  display: none;
154
}
155

    
156
#ctools-content-selection .content-item {
157
  width: 50%;
158
  float: left;
159
}
160

    
161
/**
162
 * Fieldset in vertical tabs.
163
 */
164
.vertical-tabs fieldset#edit-additional-settings-ds-page-title-options-page-option-contexts {
165
  margin: 1em 0;
166
  padding: 2.5em 0 0;
167
  border: 1px solid #CCCCCC;
168
}
169

    
170
#edit-additional-settings-ds-page-title-options-page-option-contexts legend {
171
  display: block;
172
}
173

    
174
/**
175
 * Change layout screen.
176
 */
177
 .change_ds_layout_info {
178
   margin-bottom: 10px;
179
 }
180
 .change_ds_layout_old_region {
181
   font-weight: bold;
182
 }