PluginProbe
Responsive Menu – Create Mobile-Friendly Menu / 3.1.7
Responsive Menu – Create Mobile-Friendly Menu v3.1.7
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.7, at public/css/admin/admin.css

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