Projet

Général

Profil

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

root / drupal7 / sites / all / themes / adminimal_theme / css / mobile.css @ 4cfd8be6

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 #navigation ul.primary li:first-of-type {
49
  margin-left: 0;
50
}
51

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

    
64
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 {
65
  margin-top: 5px;
66
  border: 0 none;
67
  background-color: #0074BD;
68
}
69

    
70
ul.secondary li {
71
  float: left;
72
  margin: 5px;
73
}
74

    
75
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 {
76
  padding: 5px 10px;
77
}
78

    
79
body.adminimal-theme div.admin .right, body.adminimal-theme div.admin .left {
80
  margin: 0;
81
  width: 100%;
82
}
83

    
84
.help-items {
85
  width: 100%;
86
}
87

    
88
.form-item label, .exposed-filters .form-item label {
89
  margin: 0 0.5em 0.25em 0;
90
}
91

    
92
.container-inline div, .container-inline label {
93
  display: block;
94
}
95

    
96
.exposed-filters .form-item {
97
  width: 100%;
98
}
99

    
100
.exposed-filters .form-select {
101
  clear: both;
102
  margin-bottom: 10px;
103
  width: 100%;
104
}
105

    
106
.views-exposed-form label {
107
  margin: 0;
108
  padding: 0 0 0.5em;
109
}
110

    
111
.overflow-fix {
112
  overflow: auto;
113
}
114

    
115
input, textarea, img {
116
  max-width: 99%;
117
}
118

    
119
input[size] {
120
  width: 99%;
121
}
122

    
123
.system-themes-list-enabled .theme-default .theme-info h3 {
124
  clear: both;
125
  padding-top: 10px;
126
}
127

    
128
table.sticky-header {
129
  display: none;
130
}
131

    
132
.system-themes-list-enabled .theme-info {
133
  clear: both;
134
  float: left;
135
  margin-top: 1em;
136
}
137

    
138
ul.action-links li {
139
  clear: both;
140
  float: left;
141
  margin: 0 1em 0 0;
142
  padding-bottom: 1em;
143
}
144

    
145
ul.action-links li:last-child {
146
  padding-bottom: 0;
147
}
148

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

    
160
.views-display-columns > * {
161
  width: 100%;
162
  margin-left: 0;
163
  padding-left: 0;
164
}
165

    
166
div.vertical-tabs {
167
  background: #fff;
168
  border: none;
169
}
170

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

    
189
div.vertical-tabs ul li.vertical-tab-button a {
190
  background: #eee;
191
  border: none;
192
}
193

    
194
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 {
195
  background: #ddd;
196
  border: none;
197
}
198

    
199
html.js .adminimal-theme #module-filter-modules {
200
  margin-left: 0;
201
  margin-bottom: 55px;
202
  width: 100%;
203
}
204

    
205
html.js .adminimal-theme #module-filter-tabs>ul {
206
  display: none;
207
}
208

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

    
220
table.module-filter-tabs-processed td.description, table.module-filter-tabs-processed > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4) {
221
  display: none;
222
}
223

    
224
html.js .adminimal-theme #module-filter-show-wrapper .form-item-module-filter-show-required {
225
  clear: both;
226
  display: block;
227
}
228

    
229
html.js .adminimal-theme #module-filter-show-wrapper .form-item {
230
    display: inline-block;
231
    margin: 0;
232
    padding: 0;
233
    width: 45%;
234
}
235

    
236
/* Sidebars */
237
#content-wrapper {
238
    display: block;
239
}
240

    
241
#main-content {
242
  width: 100%;
243
  clear: both;
244
  display: block;
245
}
246

    
247
#sidebar-left .region-sidebar-left, #sidebar-right .region-sidebar-right {
248
  display: block;
249
  width: 100%;
250
  padding: 0px;
251
  margin: 0px;
252
}
253

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

    
258
#sidebar-right .region-sidebar-right {
259
  padding-left: 0px;
260
}
261

    
262
.adminimal-theme #module-filter-tabs.top-fixed{
263
  position: relative;
264
}