Projet

Général

Profil

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

root / drupal7 / sites / all / themes / adminimal_theme / css / mobile.css @ 9d13637e

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 50px 0 10px;
34
}
35

    
36
ul.primary li {
37
  clear: both;
38
  display: block;
39
  float: none;
40
  margin: 0;
41
}
42

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

    
55
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 {
56
  margin-top: 5px;
57
  border: 0 none;
58
  background-color: #0074BD;
59
}
60

    
61
ul.secondary li {
62
  float: left;
63
  margin: 5px;
64
}
65

    
66
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 {
67
  padding: 5px 10px;
68
}
69

    
70
body.adminimal-theme div.admin .right, body.adminimal-theme div.admin .left {
71
  margin: 0;
72
  width: 100%;
73
}
74

    
75
.help-items {
76
  width: 100%;
77
}
78

    
79
.form-item label, .exposed-filters .form-item label {
80
  margin: 0 0.5em 0.25em 0;
81
}
82

    
83
.container-inline div, .container-inline label {
84
  display: block;
85
}
86

    
87
.exposed-filters .form-item {
88
  width: 100%;
89
}
90

    
91
.exposed-filters .form-select {
92
  clear: both;
93
  margin-bottom: 10px;
94
  width: 100%;
95
}
96

    
97
.views-exposed-form label {
98
  margin: 0;
99
  padding: 0 0 0.5em;
100
}
101

    
102
.overflow-fix {
103
  overflow: auto;
104
}
105

    
106
input, textarea, img {
107
  max-width: 99%;
108
}
109

    
110
input[size] {
111
  width: 99%;
112
}
113

    
114
.system-themes-list-enabled .theme-default .theme-info h3 {
115
  clear: both;
116
  padding-top: 10px;
117
}
118

    
119
table.sticky-header {
120
  display: none;
121
}
122

    
123
.system-themes-list-enabled .theme-info {
124
  clear: both;
125
  float: left;
126
  margin-top: 1em;
127
}
128

    
129
ul.action-links li {
130
  clear: both;
131
  float: left;
132
  margin: 0 1em 0 0;
133
  padding-bottom: 1em;
134
}
135

    
136
ul.action-links li:last-child {
137
  padding-bottom: 0;
138
}
139

    
140
.ctools-dropbutton-processed {
141
  position: relative;
142
}
143
.views-display-top .ctools-button-processed, .views-ui-display-tab-bucket .ctools-button-processed {
144
  font-size: 13px;
145
  left: 5px;
146
  margin-bottom: 10px;
147
  position: relative;
148
  top: 5px;
149
}
150

    
151
.views-display-columns > * {
152
  width: 100%;
153
  margin-left: 0;
154
  padding-left: 0;
155
}
156

    
157
div.vertical-tabs {
158
  background: #fff;
159
  border: none;
160
}
161

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

    
180
div.vertical-tabs ul li.vertical-tab-button a {
181
  background: #eee;
182
  border: none;
183
}
184

    
185
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 {
186
  background: #ddd;
187
  border: none;
188
}
189

    
190
html.js .adminimal-theme #module-filter-modules {
191
  margin-left: 0;
192
  margin-bottom: 55px;
193
  width: 100%;
194
}
195

    
196
html.js .adminimal-theme #module-filter-tabs>ul {
197
  display: none;
198
}
199

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

    
211
table.module-filter-tabs-processed td.description, table.module-filter-tabs-processed > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4) {
212
  display: none;
213
}
214

    
215
html.js .adminimal-theme #module-filter-show-wrapper .form-item-module-filter-show-required {
216
  clear: both;
217
  display: block;
218
}
219

    
220
html.js .adminimal-theme #module-filter-show-wrapper .form-item {
221
    display: inline-block;
222
    margin: 0;
223
    padding: 0;
224
    width: 45%;
225
}
226

    
227
/* Sidebars */
228
#content-wrapper {
229
    display: block;
230
}
231

    
232
#main-content {
233
  width: 100%;
234
  clear: both;
235
  display: block;
236
}
237

    
238
#sidebar-left .region-sidebar-left, #sidebar-right .region-sidebar-right {
239
  display: block;
240
  width: 100%;
241
  padding: 0px;
242
  margin: 0px;
243
}
244

    
245
#sidebar-left .region-sidebar-left {
246
  padding-right: 0px;
247
}
248

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