Projet

Général

Profil

Paste
Télécharger (4,8 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adminimal_theme / css / mobile.css @ e4c061ad

1
/* Mobile Styles - You can edit the media query from the theme settings page. */
2
#branding {
3
  padding: 0;
4
}
5

    
6
#branding.has-primary-tabs {
7
  border-bottom: 5px solid #0074BD;
8
}
9

    
10
#branding .breadcrumb {
11
  padding: 10px 10px 0px 10px;
12
}
13

    
14
#branding h1.page-title {
15
  padding: 0 0 15px 10px;
16
}
17

    
18
#branding .add-or-remove-shortcuts {
19
  display: none;
20
}
21

    
22
#page {
23
  margin-left: 10px;
24
  margin-right: 10px;
25
  padding: 10px 0;
26
  position: relative;
27
}
28

    
29
ul.primary {
30
  float: none;
31
  clear: both;
32
  display: block;
33
  padding: 0 10px 0 10px;
34
  background: #333;
35
  width: 100%;
36
  border-bottom: 5px solid #0074BD;
37
  box-sizing: border-box;
38
}
39

    
40
ul.primary li {
41
  clear: both;
42
  display: table;
43
  float: none;
44
  margin: 0;
45
  width: 100%;
46
}
47

    
48
body.adminimal-theme ul.primary li a:active, body.adminimal-theme ul.primary li a:link, body.adminimal-theme ul.primary li a:visited {
49
  border: 0 none;
50
  display: block;
51
  font-size: 20px;
52
  font-weight: normal;
53
  line-height: 1.2em;
54
  width: 100%;
55
  background: #444;
56
  color: #fff;
57
  margin-top: 5px;
58
}
59

    
60
body.adminimal-theme ul.primary li a.active, body.adminimal-theme ul.primary li a.active:link, body.adminimal-theme ul.primary li a.active:visited, body.adminimal-theme ul.primary li a:hover {
61
  margin-top: 5px;
62
  border: 0 none;
63
  background-color: #0074BD;
64
}
65

    
66
ul.secondary li {
67
  float: left;
68
  margin: 5px;
69
}
70

    
71
body.adminimal-theme ul.secondary li a, body.adminimal-theme ul.secondary li a:hover, body.adminimal-theme ul.secondary li.active a, body.adminimal-theme ul.secondary li.active a.active {
72
  padding: 5px 10px;
73
}
74

    
75
body.adminimal-theme div.admin .right, body.adminimal-theme div.admin .left {
76
  margin: 0;
77
  width: 100%;
78
}
79

    
80
.help-items {
81
  width: 100%;
82
}
83

    
84
.form-item label, .exposed-filters .form-item label {
85
  margin: 0 0.5em 0.25em 0;
86
}
87

    
88
.container-inline div, .container-inline label {
89
  display: block;
90
}
91

    
92
.exposed-filters .form-item {
93
  width: 100%;
94
}
95

    
96
.exposed-filters .form-select {
97
  clear: both;
98
  margin-bottom: 10px;
99
  width: 100%;
100
}
101

    
102
.views-exposed-form label {
103
  margin: 0;
104
  padding: 0 0 0.5em;
105
}
106

    
107
.overflow-fix {
108
  overflow: auto;
109
}
110

    
111
input, textarea, img {
112
  max-width: 99%;
113
}
114

    
115
input[size] {
116
  width: 99%;
117
}
118

    
119
.system-themes-list-enabled .theme-default .theme-info h3 {
120
  clear: both;
121
  padding-top: 10px;
122
}
123

    
124
table.sticky-header {
125
  display: none;
126
}
127

    
128
.system-themes-list-enabled .theme-info {
129
  clear: both;
130
  float: left;
131
  margin-top: 1em;
132
}
133

    
134
ul.action-links li {
135
  clear: both;
136
  float: left;
137
  margin: 0 1em 0 0;
138
  padding-bottom: 1em;
139
}
140

    
141
ul.action-links li:last-child {
142
  padding-bottom: 0;
143
}
144

    
145
.ctools-dropbutton-processed {
146
  position: relative;
147
}
148
.views-display-top .ctools-button-processed, .views-ui-display-tab-bucket .ctools-button-processed {
149
  font-size: 13px;
150
  left: 5px;
151
  margin-bottom: 10px;
152
  position: relative;
153
  top: 5px;
154
}
155

    
156
.views-display-columns > * {
157
  width: 100%;
158
  margin-left: 0;
159
  padding-left: 0;
160
}
161

    
162
div.vertical-tabs {
163
  background: #fff;
164
  border: none;
165
}
166

    
167
div.vertical-tabs .vertical-tabs-list {
168
  margin: 0;
169
  width: 100%;
170
  padding-bottom: 20px;
171
  width: 100%;
172
  border: none;
173
}
174
div.vertical-tabs .vertical-tabs-panes {
175
  margin: 0;
176
  padding: 0;
177
  width: 100%;
178
  clear: both;
179
}
180
div.vertical-tabs ul li.vertical-tab-button a {
181
  background: none repeat scroll 0 0 #eee;
182
  border: none;
183
}
184

    
185
div.vertical-tabs ul li.vertical-tab-button a {
186
  background: #eee;
187
  border: none;
188
}
189

    
190
div.vertical-tabs ul li.vertical-tab-button a:hover, div.vertical-tabs ul li.selected a:hover, div.vertical-tabs ul li.selected a, div.vertical-tabs ul li.selected a:focus, div.vertical-tabs ul li.selected a:active {
191
  background: #ddd;
192
  border: none;
193
}
194

    
195
html.js .adminimal-theme #module-filter-modules {
196
  margin-left: 0;
197
  margin-bottom: 55px;
198
  width: 100%;
199
}
200

    
201
html.js .adminimal-theme #module-filter-tabs>ul {
202
  display: none;
203
}
204

    
205
html.js .adminimal-theme #module-filter-submit {
206
  bottom: 0;
207
  margin-left: -10px;
208
  position: fixed;
209
  width: 100%;
210
  z-index: 999;
211
  border: none;
212
  border-top: 3px solid #0074BD;
213
  background: #fff;
214
}
215

    
216
table.module-filter-tabs-processed td.description, table.module-filter-tabs-processed > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4) {
217
  display: none;
218
}
219

    
220
html.js .adminimal-theme #module-filter-show-wrapper .form-item-module-filter-show-required {
221
  clear: both;
222
  display: block;
223
}
224

    
225
html.js .adminimal-theme #module-filter-show-wrapper .form-item {
226
    display: inline-block;
227
    margin: 0;
228
    padding: 0;
229
    width: 45%;
230
}
231

    
232
/* Sidebars */
233
#content-wrapper {
234
    display: block;
235
}
236

    
237
#main-content {
238
  width: 100%;
239
  clear: both;
240
  display: block;
241
}
242

    
243
#sidebar-left .region-sidebar-left, #sidebar-right .region-sidebar-right {
244
  display: block;
245
  width: 100%;
246
  padding: 0px;
247
  margin: 0px;
248
}
249

    
250
#sidebar-left .region-sidebar-left {
251
  padding-right: 0px;
252
}
253

    
254
#sidebar-right .region-sidebar-right {
255
  padding-left: 0px;
256
}
257

    
258
.adminimal-theme #module-filter-tabs.top-fixed{
259
  position: relative;
260
}