PluginProbe
Responsive Menu – Create Mobile-Friendly Menu / 3.1.3
Responsive Menu – Create Mobile-Friendly Menu v3.1.3
4.7.3 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 All 90 releases
responsive-menu / public / css / admin / admin.css

admin.css in Responsive Menu – Create Mobile-Friendly Menu 3.1.3, at public/css/admin/admin.css

484 lines 9.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .container-fluid #banner-area,
2 .container-fluid #options-area {
3 display: inline-block;
4 width: 75%;
5 vertical-align: top;
6 }
7
8 .container-fluid #banner-area {
9 width: 20%;
10 margin-left: 5%;
11 }
12
13 .container-fluid form.form-horizontal .input-group {
14 width:100%;
15 }
16
17 .container-fluid form.form-horizontal .input-group-btn {
18 width:189px;
19 }
20
21 .container-fluid form.form-horizontal .toggle.btn {
22 width: 50px !important;
23 }
24
25 .container-fluid form.form-horizontal label {
26 display: block;
27 width: 100%;
28 text-align: left;
29 }
30
31 .container-fluid form.form-horizontal #header-bar-items-order-container label {
32 text-align: center;
33 }
34
35 .container-fluid form.form-horizontal .bootstrap-select,
36 .container-fluid form.form-horizontal input,
37 .container-fluid form.form-horizontal textarea {
38 width: calc(100% - 75px) !important;
39 display: inline-block;
40 }
41
42 .container-fluid form.form-horizontal .input-group input {
43 width: 100% !important;
44 }
45
46 .container-fluid form.form-horizontal .bootstrap-filestyle,
47 .container-fluid form.form-horizontal input.has-unit {
48 width: calc(100% - 179px) !important;
49 }
50
51 .container-fluid form.form-horizontal input.font-icon-input {
52 width: 70% !important;
53 }
54
55 .container-fluid form.form-horizontal .font-icon-select {
56 width: calc(30% - 75px) !important;
57 }
58
59 .container-fluid form.form-horizontal .bootstrap-select.is-unit {
60 width: 100px !important;
61 }
62
63 .container-fluid form.form-horizontal td {
64 vertical-align: middle;
65 }
66
67 .container-fluid form.form-horizontal td {
68 padding: 15px;
69 }
70
71 .container-fluid form.form-horizontal ul {
72 margin-bottom: 0;
73 }
74
75 .container-fluid form.form-horizontal #font-icon-container {
76 width: 100%;
77 }
78
79 .container-fluid form.form-horizontal #font-icon-container td {
80 padding: 0 0 10px 0;
81 }
82
83 .container-fluid form.form-horizontal #font-icon-container td input {
84 width: 95% !important;
85 }
86
87 .container-fluid form.form-horizontal #font-icon-container td:first-child {
88 width: 150px;
89 }
90
91 .container-fluid form.form-horizontal .panel {
92 border-radius: 0;
93 }
94
95 .container-fluid form.form-horizontal .panel-body {
96 font-weight: bold;
97 font-size: 16px;
98 }
99
100 .container-fluid form.form-horizontal .panel-body small {
101 display: none;
102 float: right;
103 color: #333;
104 font-weight: normal;
105 line-height: 22px;
106 }
107
108 .container-fluid form.form-horizontal .delete-font-icon-row {
109 cursor: pointer;
110 }
111
112 .container-fluid form.form-horizontal .glyphicon.glyphicon-ok {
113 color: green;
114 }
115
116 .container-fluid .alert,
117 .container-fluid ul.nav-tabs {
118 margin-top: 25px;
119 }
120
121 .container-fluid form.form-horizontal input#filter-options {
122 padding: 0 15px;
123 width: 100% !important;
124 height: 50px;
125 }
126
127 .container-fluid form.form-horizontal #filter-options-container {
128 margin: 25px 0;
129 background: #F5F5F5;
130 padding: 15px;
131 border: 1px solid #ddd;
132 }
133
134 .container-fluid form.form-horizontal ul.nav-tabs .btn-default {
135 margin-right: 5px;
136 }
137
138 .pro::before,
139 .semi-pro::before {
140 content: "PRO";
141 float: right;
142 color: #DE4B42;
143 font-weight: bold;
144 font-size: 9px;
145 margin-top: 10px;
146 border-left: 1px solid #DE4B42;
147 padding-left: 8px;
148 padding-right: 8px;
149 }
150
151 .semi-pro::before {
152 content: "SEMI PRO";
153 color: #333;
154 border-color: #333;
155 }
156
157 .sub-text {
158 color: #777;
159 padding-top: 5px;
160 font-size: 13px;
161 font-weight: normal;
162 }
163
164 .example {
165 padding-top: 2px;
166 color: dimgray;
167 font-size: 10px;
168 font-style: italic;
169 font-weight: normal;
170 }
171
172 .unit {
173 font-size: 12px;
174 margin-left: 5px;
175 }
176
177
178 .draggable {
179 border: 1px solid #DADADA;
180 border-radius: 2px;
181 background: #EFEFEF;
182 padding: 10px 0;
183 margin: 0;
184 cursor: move;
185 font-weight: bold;
186 padding-left: 65px;
187 box-sizing: border-box;
188 }
189
190 .draggable input {
191 display: none !important;
192 }
193
194 .menu-order-option-switch,
195 .order-option-switch {
196 background: #DE4B42;
197 color: white;
198 position: absolute;
199 left: 0;
200 top: 0;
201 bottom: 0;
202 line-height: 40px;
203 padding: 0 5px;
204 width: 50px;
205 text-align: center;
206 cursor: pointer;
207 }
208
209 .menu-order-option-switch.menu-order-option-switch-on,
210 .order-option-switch.order-option-switch-on {
211 background: green;
212 }
213
214 .menu-order-option-switch:after,
215 .order-option-switch:after {
216 content: "OFF";
217 }
218
219 .menu-order-option-switch.menu-order-option-switch-on:after,
220 .order-option-switch.order-option-switch-on:after {
221 content: "ON";
222 }
223
224 li.draggable {
225 position: relative;
226 }
227
228 #upgrade-banner {
229 padding: 25px 5%;
230 background: #DE4B42;
231 color: #fff;
232 border: 1px solid #D33C34;
233 border-radius: 2px;
234 text-align: center;
235 }
236
237 #upgrade-banner i {
238 margin-right: 5px;
239 }
240
241 #docs-banner {
242 background: #FAB719;
243 padding: 35px;
244 color: #333;
245 margin-top: 15px;
246 text-align: center;
247 }
248
249 #upgrade-banner,
250 #docs-banner {
251 font-size: 18px;
252 font-weight: bold;
253 line-height: 24px;
254 }
255
256 #upgrade-banner li {
257 list-style: none;
258 font-weight: bold;
259 font-size: 11px;
260 }
261
262 #docs-banner .button,
263 #upgrade-banner .button {
264 background: white;
265 padding: 0 25px;
266 height: 50px;
267 line-height: 50px;
268 font-weight: bold;
269 font-size: 13px;
270 color: #333;
271 display: block;
272 margin: auto;
273 width: auto;
274 text-align: center;
275 }
276
277 #docs-banner .button {
278 margin-top: 15px;
279 }
280
281 .key-container {
282 margin: 15px 0;
283 background: white;
284 text-align: center;
285 padding: 15px;
286 border: 1px solid #ccc;
287 border-radius: 2px;
288 }
289
290 .key-container .key-title {
291 font-weight: bold;
292 display: inline-block;
293 margin-right: 10px;
294 }
295
296 .key-container .key {
297 display: inline-block;
298 font-size: 9px;
299 border: 1px solid #DADADA;
300 border-radius: 2px;
301 padding: 5px 15px 5px 5px;
302 background: white;
303 }
304
305 .key-container .key span {
306 border-right: 1px solid #de4b42;
307 display: inline-block;
308 padding-right: 5px;
309 margin-right: 10px;
310 color: #de4b42;
311 font-size: 9px;
312 font-weight: bold;
313 }
314
315 .key-container .key.key-semi-pro span {
316 color: #333;
317 border-color: #333;
318 }
319
320 .key-container .key.key-pro {
321 margin-bottom: 15px;
322 }
323
324 .key-container a {
325 text-decoration: none;
326 color: #333;
327 }
328
329 #add-font-icon {
330 margin-top: 15px;
331 }
332
333 .mini-colours {
334 cursor: pointer;
335 }
336
337 #header-bar-items-order-container td {
338 width: 100%;
339 display: block;
340 padding: 20px;
341 border: 0;
342 box-sizing: border-box;
343 text-align: center;
344 }
345
346 #header-bar-items-order-container .draggable {
347 display: inline-block;
348 width: 19%;
349 text-align: left;
350 }
351
352 .container-fluid form.form-horizontal td.well .sub-text ul {
353 margin: 15px;
354 }
355
356 .container-fluid form.form-horizontal td.well .sub-text ul li {
357 list-style: disc;
358 }
359
360 .container-fluid form.form-horizontal td.pro {
361 position: relative;
362 }
363
364 .container-fluid form.form-horizontal td.pro .responsive-menu-pro-overlay {
365 display: none;
366 position: absolute;
367 top: 0;
368 right: 0;
369 left: 0;
370 bottom: 0;
371 background: rgba(222, 75, 66, 0.6);
372 text-align: center;
373 z-index: 3;
374 }
375
376 .container-fluid form.form-horizontal td.pro .responsive-menu-pro-overlay a {
377 top: 50%;
378 transform: translateY(-50%);
379 position: relative;
380 color: white;
381 font-size: 17px;
382 display: block;
383 }
384
385 .container-fluid form.form-horizontal td.pro:hover .responsive-menu-pro-overlay {
386 display: block;
387 }
388
389 #responsive-menu-header-bar-html-content,
390 #responsive-menu-menu-additional-content {
391 height: 250px;
392 }
393
394 #responsive-menu-custom-css {
395 height: 500px
396 }
397
398 .rtl #header-bar-items-order-container .draggable,
399 .rtl .container-fluid form.form-horizontal label,
400 .rtl .bootstrap-select.btn-group .dropdown-toggle .filter-option,
401 .rtl .bootstrap-select.btn-group .dropdown-menu.inner {
402 text-align: right;
403 }
404
405 .rtl .input-group .form-control:last-child,
406 .rtl .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
407 .rtl .input-group-btn:first-child > .btn:not(:first-child),
408 .rtl .input-group-btn:last-child > .btn,
409 .rtl .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
410 border-radius: 4px 0 0 4px;
411 }
412
413 .rtl .draggable {
414 padding-right: 25px;
415 }
416
417 .rtl .btn-group-lg > .btn, .btn-lg,
418 .rtl .container-fluid form.form-horizontal .panel-body small {
419 margin-left: 15px;
420 }
421
422 .rtl .toggle-off {
423 right: -50%;
424 text-align: left !important;
425 }
426
427 .rtl .pro::before,
428 .rtl .semi-pro::before {
429 float: left;
430 }
431
432 .rtl .minicolors-theme-bootstrap .minicolors-swatch {
433 left: 75px;
434 }
435
436 .rtl .container-fluid form.form-horizontal .minicolors input {
437 width: calc(100% - 125px) !important;
438 }
439
440 .rtl .container-fluid #banner-area {
441 margin-left: 0;
442 margin-right: 5%;
443 }
444
445 .rtl .key-container .key span {
446 margin-left: 10px;
447 margin-right: 0;
448 }
449
450 .rtl .key-container .key {
451 padding-left: 10px;
452 }
453
454 @media screen and (max-width: 1200px) {
455 .container-fluid #banner-area,
456 .container-fluid #options-area {
457 width: 100%;
458 display: block;
459 }
460 .container-fluid #banner-area {
461 margin: 25px 0 25px 0;
462 }
463 }
464
465 @media screen and (max-width: 1000px) {
466 .nav.nav-tabs > li {
467 width: 49%;
468 display: inline-block;
469 float: none;
470 margin: 0;
471 text-align: center;
472 }
473
474 .nav.nav-tabs > li.pull-right {
475 display: none;
476 }
477 .container-fluid form.form-horizontal td {
478 width: 100%;
479 display: block;
480 }
481 .container-fluid form.form-horizontal td.well {
482 margin-bottom: 0;
483 }
484 }