PluginProbe
Social Share Buttons / 1.1.2
Social Share Buttons v1.1.2
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
← All changes | css/admin.css +519 -792 1.161.1.2 View file →
@@ -1,698 +1,450 @@
1 -@charset "UTF-8";
2 1 #maxbuttons.maxbuttons-social {
3 2 /* Move main to 100% to allow for right-sided help */
4 3 /** Preview Block **/
5 4 /** Custom styles for style Block */
6 - /** Custom styles for displayBlock */
7 -}
8 -#maxbuttons.maxbuttons-social .options.networks .see-more {
9 - width: 70%;
10 -}
11 -#maxbuttons.maxbuttons-social .options.networks .see-more .title {
12 - font-size: 16px;
13 - color: #21759b;
14 - padding: 0;
15 - margin: 8px 0;
16 - display: block;
17 -}
18 -#maxbuttons.maxbuttons-social .options.networks .see-more .title:after {
19 - font-size: 28px;
20 - font-family: "Dashicons";
21 - font-weight: 400;
22 - content: "";
23 - vertical-align: top;
24 -}
25 -#maxbuttons.maxbuttons-social .options.networks .see-more.toggle_active .title:after {
26 - content: "";
27 -}
28 -#maxbuttons.maxbuttons-social .options.networks .see-more-wrap {
29 - display: none;
30 - width: 100%;
31 -}
32 -#maxbuttons.maxbuttons-social .options.networks .see-more-wrap .drag-area {
33 - width: 100%;
34 -}
35 -#maxbuttons.maxbuttons-social .options.networks .drag-area {
36 - width: 70%;
37 - min-height: 50px;
38 - border: 1px dashed #ccc;
39 - padding: 10px;
40 -}
41 -#maxbuttons.maxbuttons-social .options.networks .item {
42 - display: inline-block;
43 - vertical-align: bottom;
44 - width: 50px;
45 - height: 45px;
46 - margin: 5px 6px 5px 0;
47 - position: relative;
48 - /*border-left: 2px solid #008e00;
49 - border-right: 2px solid #114989;
50 - border-bottom: 2px solid #008e00;
51 - border-top: 2px solid #114989;*/
52 -}
53 -#maxbuttons.maxbuttons-social .options.networks .item .legend-circle {
54 - width: 10px;
55 - height: 10px;
56 - border-radius: 50% 50%;
57 - position: absolute;
58 - bottom: -2px;
59 - left: -1px;
60 -}
61 -#maxbuttons.maxbuttons-social .options.networks .item .legend-circle.social-icon {
62 - background-color: #114989;
63 -}
64 -#maxbuttons.maxbuttons-social .options.networks .item .legend-circle.share-icon {
65 - background-color: #008e00;
66 - left: 10px;
67 -}
68 -#maxbuttons.maxbuttons-social .options.networks .item .mb-icon {
69 - color: #fff;
70 - display: inline-block;
71 - padding: 12px 0;
72 - cursor: move;
73 - font-size: 20px;
74 - text-align: center;
75 - position: absolute;
76 - left: 0;
77 - right: 0;
78 - top: 0;
79 - bottom: 0;
80 -}
81 -#maxbuttons.maxbuttons-social .options.networks .item .mb-icon:before {
82 - padding-top: 6px;
83 - display: inline;
84 -}
85 -#maxbuttons.maxbuttons-social .options.networks .item .mb-icon.png {
86 - height: 100%;
87 - width: inherit;
88 - max-width: 100%;
89 - max-height: 100%;
90 - padding: 0;
91 -}
92 -#maxbuttons.maxbuttons-social .options.networks .item svg {
93 - position: relative;
94 - width: 100%;
95 -}
96 -#maxbuttons.maxbuttons-social .options.networks .item .config_button {
97 - display: inline-block;
98 - cursor: pointer;
99 -}
100 -#maxbuttons.maxbuttons-social .options.networks .item .config_button button {
101 - font-size: 10px;
102 - font-weight: 700;
103 - text-transform: uppercase;
104 - z-index: 2;
105 - position: absolute;
106 - bottom: 0;
107 - padding: 0 1px;
108 - left: 0;
109 - right: 0;
110 - width: 100%;
111 - line-height: 11px;
112 - height: 13px;
113 - box-shadow: none;
114 - text-shadow: none;
115 - margin: 0;
116 - border-radius: 0;
117 -}
118 -#maxbuttons.maxbuttons-social .options.networks .network-help {
119 - margin-top: 35px;
120 -}
121 -#maxbuttons.maxbuttons-social .options.networks .network-help label {
122 - display: none;
123 -}
124 -#maxbuttons.maxbuttons-social .options.networks .network-help div {
125 - margin-right: 15px;
126 -}
127 -#maxbuttons.maxbuttons-social .options.networks .network-help .item {
128 - width: auto;
129 - height: 20px;
130 -}
131 -#maxbuttons.maxbuttons-social .options.networks .network-help .item .legend-circle {
132 - position: relative;
133 - display: inline-block;
134 - left: auto;
135 - margin-right: 2px;
136 -}
137 -#maxbuttons.maxbuttons-social .help-side .legend-circle {
138 - position: relative;
139 - display: inline-block;
140 - left: auto;
141 - margin: 0 5px;
142 - width: 10px;
143 - height: 10px;
144 - border-radius: 50% 50%;
145 -}
146 -#maxbuttons.maxbuttons-social .help-side .legend-circle.social-icon {
147 - background-color: #114989;
148 -}
149 -#maxbuttons.maxbuttons-social .help-side .legend-circle.share-icon {
150 - background-color: #008e00;
151 -}
152 -#maxbuttons.maxbuttons-social .main {
153 - width: 100%;
154 -}
155 -#maxbuttons.maxbuttons-social .main .option .label {
156 - vertical-align: middle;
157 -}
158 -#maxbuttons.maxbuttons-social .main .switch_button {
159 - min-height: 0;
160 - margin-top: 5px;
161 -}
162 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher {
163 - position: relative;
164 -}
165 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item.heading, #maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item a {
166 - display: flex;
167 - text-align: center;
168 -}
169 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item.heading span:first-of-type, #maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item a span:first-of-type {
170 - flex-basis: 20%;
171 -}
172 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item.heading span:nth-of-type(2), #maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item a span:nth-of-type(2) {
173 - flex-basis: 30%;
174 -}
175 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item.heading span:last-child-of, #maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item a span:last-child-of {
176 - flex-basis: 50%;
177 -}
178 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item {
179 - display: inline-block;
180 - width: 100%;
181 - margin: 2px 0;
182 - padding: 4px 0;
183 - border-bottom: 1px solid #ccc;
184 - font-size: 14px;
185 - text-align: center;
186 -}
187 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item a {
188 - color: #0073aa;
189 - text-decoration: none;
190 - padding: 6px 0;
191 - min-width: 50px;
192 - display: flex;
193 -}
194 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item.new {
195 - background-color: #0073aa;
196 - margin: 25px 0 0 0;
197 -}
198 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item.new a {
199 - box-sizing: border-box;
200 - line-height: 30px;
201 - color: #fff;
202 - min-width: 0;
203 - font-size: 14px;
204 - text-transform: uppercase;
205 - display: inline-block;
206 - width: 100%;
207 - vertical-align: middle;
208 - padding: 0;
209 - text-align: right;
210 - padding-right: 15px;
211 -}
212 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item.new .plus {
213 - font-size: 28px;
214 - font-weight: 700;
215 - vertical-align: top;
216 - margin: 0 6px;
217 - line-height: 1;
218 - width: auto;
219 -}
220 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item.active {
221 - background: #fff;
222 -}
223 -#maxbuttons.maxbuttons-social .main .help-side.collection_switcher .item.active a {
224 - color: #000;
225 -}
226 -#maxbuttons.maxbuttons-social .main .button.remove {
227 - float: right;
228 -}
229 -#maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions, #maxbuttons.maxbuttons-social .main .collection_switcher {
230 - width: 72%;
231 - min-width: 700px;
232 - box-sizing: border-box;
233 - position: relative;
234 -}
235 -@media (max-width: 1200px) {
236 - #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions, #maxbuttons.maxbuttons-social .main .collection_switcher {
237 - width: 90%;
238 - }
239 -}
240 -@media (max-width: 800px) {
241 - #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions, #maxbuttons.maxbuttons-social .main .collection_switcher {
242 - width: 95%;
243 - }
244 -}
245 -#maxbuttons.maxbuttons-social .main .options .input.checkbox {
246 - margin-right: 2px;
247 -}
248 -#maxbuttons.maxbuttons-social .main .mb-message.shortcode {
249 - clear: left;
250 -}
251 -#maxbuttons.maxbuttons-social .main .help-side {
252 - float: right;
253 - margin: 0 0 5px 0;
254 - padding: 0;
255 - min-width: 250px;
256 - width: 25%;
257 - border: 1px solid #ccc;
258 - background-color: #fff;
259 - clear: right;
260 - /*&:after {
261 - clear: both;
262 - } */
263 -}
264 -@media (max-width: 1200px) {
265 - #maxbuttons.maxbuttons-social .main .help-side {
266 - float: none;
267 - width: 90%;
268 - }
269 -}
270 -@media (max-width: 800px) {
271 - #maxbuttons.maxbuttons-social .main .help-side {
5 + /** Custom styles for displayBlock */ }
6 + #maxbuttons.maxbuttons-social .options.networks .see-more {
7 + width: 70%; }
8 + #maxbuttons.maxbuttons-social .options.networks .see-more .title {
9 + font-size: 16px;
10 + color: #21759b;
11 + padding: 0;
12 + margin: 8px 0;
13 + display: block; }
14 + #maxbuttons.maxbuttons-social .options.networks .see-more .title:after {
15 + font-size: 28px;
16 + font-family: 'Dashicons';
17 + font-weight: 400;
18 + content: "\f140";
19 + vertical-align: top; }
20 + #maxbuttons.maxbuttons-social .options.networks .see-more.toggle_active .title:after {
21 + content: "\f142"; }
22 + #maxbuttons.maxbuttons-social .options.networks .see-more-wrap {
272 23 display: none;
273 - }
274 -}
275 -#maxbuttons.maxbuttons-social .main .help-side h3 {
276 - padding: 0;
277 - margin: 0;
278 - background-color: #008ec2;
279 - color: #fff;
280 - padding: 15px;
281 - text-align: center;
282 -}
283 -#maxbuttons.maxbuttons-social .main .help-side p {
284 - padding: 10px;
285 - margin: 0;
286 -}
287 -#maxbuttons.maxbuttons-social .toggle .title {
288 - cursor: pointer;
289 -}
290 -#maxbuttons.maxbuttons-social .toggle .toggle-target {
291 - display: none;
292 -}
293 -#maxbuttons.maxbuttons-social .option-container.networks .active_network {
294 - margin-bottom: 25px;
295 -}
296 -#maxbuttons.maxbuttons-social .option-container.display select {
297 - width: auto;
298 -}
299 -#maxbuttons.maxbuttons-social .option-container.display .option.display_group {
300 - margin-bottom: 15px;
301 -}
302 -#maxbuttons.maxbuttons-social .option-container.display .option.display_group button {
303 - height: 30px;
304 - vertical-align: middle;
305 -}
306 -#maxbuttons.maxbuttons-social .option-container.display .option.display_group span, #maxbuttons.maxbuttons-social .option-container.display .option.display_group div {
307 - vertical-align: middle;
308 -}
309 -#maxbuttons.maxbuttons-social .option-container.display .option.display_group .control-group {
310 - margin-bottom: 0;
311 -}
312 -#maxbuttons.maxbuttons-social .option-container.display .option > span > .label {
313 - width: 170px;
314 - padding: 0;
315 - min-height: 0;
316 - vertical-align: middle;
317 -}
318 -#maxbuttons.maxbuttons-social .option-container.display .check_button:checked + label {
319 - border-color: #6fbeb5;
320 - border-width: 1px;
321 - border-radius: 4px;
322 -}
323 -#maxbuttons.maxbuttons-social .option-container.display .check_button.disabled + label {
324 - background-color: #868686;
325 - border: 0;
326 - cursor: not-allowed;
327 -}
328 -#maxbuttons.maxbuttons-social .option-container.display .option .label.spacer_custom {
329 - margin-left: 200px;
330 - font-weight: 500;
331 - border-bottom: 1px solid #ccc;
332 - border-top: 1px solid #ccc;
333 - padding: 4px 0;
334 - display: inline-block;
335 - text-align: center;
336 - width: 200px;
337 -}
338 -#maxbuttons.maxbuttons-social .option-container.display .option .label.display_no_pro {
339 - width: 450px;
340 - margin-left: 100px;
341 - font-weight: 400;
342 - font-size: 12px;
343 -}
344 -#maxbuttons.maxbuttons-social .option-container.display .input.display_heading {
345 - margin-left: 170px;
346 - min-height: 0;
347 -}
348 -#maxbuttons.maxbuttons-social .option-container.display .input.display_heading span {
349 - width: 36px;
350 - margin-right: 15px;
351 - display: inline-block;
352 - text-align: center;
353 - font-size: 12px;
354 - font-weight: 500;
355 - text-transform: uppercase;
356 -}
357 -#maxbuttons.maxbuttons-social .option-container.display .input.display_heading span:nth-child(2) {
358 - width: 150px;
359 - border-left: 1px solid #ccc;
360 - border-right: 1px solid #ccc;
361 -}
362 -#maxbuttons.maxbuttons-social .option-container.display .input.display_rowhead {
363 - margin-left: 225px;
364 - min-height: 0;
365 -}
366 -#maxbuttons.maxbuttons-social .option-container.display .input.display_rowhead span {
367 - text-align: center;
368 - display: inline-block;
369 - width: 36px;
370 - margin-right: 14px;
371 - font-size: 11px;
372 - font-weight: 500;
373 - color: #333;
374 - text-transform: uppercase;
375 - position: relative;
376 -}
377 -#maxbuttons.maxbuttons-social .option-container.display .input.display_rowhead span:nth-child(3) {
378 - margin-left: 10px;
379 -}
380 -#maxbuttons.maxbuttons-social .option-container.display .option.show_desktop label, #maxbuttons.maxbuttons-social .option-container.display .option.show_mobile label {
381 - min-width: 168px;
382 -}
383 -#maxbuttons.maxbuttons-social #previewBlock .maxsocial {
384 - clear: none !important;
385 -}
386 -#maxbuttons.maxbuttons-social #previewBlock .mb-item {
387 - margin-bottom: 20px;
388 -}
389 -#maxbuttons.maxbuttons-social #previewBlock .button-save {
390 - margin-left: 50px;
391 - width: 75px;
392 -}
393 -#maxbuttons.maxbuttons-social #styleBlock .mbsocial-shape {
394 - margin: 6px 10px 3px;
395 - display: inline-block;
396 - position: relative;
397 - width: 20px;
398 - height: 20px;
399 - border: 2px solid #000;
400 -}
401 -#maxbuttons.maxbuttons-social #styleBlock .mbsocial-shape.circle {
402 - border-radius: 50% 50%;
403 -}
404 -#maxbuttons.maxbuttons-social #styleBlock .mbsocial-shape.stretch {
405 - width: 60px;
406 -}
407 -#maxbuttons.maxbuttons-social #styleBlock .mbsocial-shape.stretch:before {
408 - border-left: 2px solid #ff0000;
409 - content: "";
410 - height: 100%;
411 - position: absolute;
412 - left: -8px;
413 -}
414 -#maxbuttons.maxbuttons-social #styleBlock .mbsocial-shape.stretch:after {
415 - content: "";
416 - height: 100%;
417 - position: absolute;
418 - right: -8px;
419 - border-right: 2px solid #ff0000;
420 -}
421 -#maxbuttons.maxbuttons-social #styleBlock #open_presets {
422 - width: 125px;
423 - text-transform: uppercase;
424 -}
425 -#maxbuttons.maxbuttons-social #displayBlock .display_icon, #maxbuttons.maxbuttons-social .display_modal .display_icon {
426 - background-image: url("../images/icons/display_icons.png");
427 - background-repeat: no-repeat;
428 - width: 26px;
429 - height: 26px;
430 - display: inline-block;
431 -}
432 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.manual, #maxbuttons.maxbuttons-social .display_modal .display_icon.manual {
433 - background-position: 0 0;
434 -}
435 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.before, #maxbuttons.maxbuttons-social .display_modal .display_icon.before {
436 - background-position: -26px 0;
437 -}
438 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.after, #maxbuttons.maxbuttons-social .display_modal .display_icon.after {
439 - background-position: -52px 0;
440 -}
441 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.after-before, #maxbuttons.maxbuttons-social .display_modal .display_icon.after-before {
442 - background-position: -78px 0;
443 -}
444 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.static, #maxbuttons.maxbuttons-social .display_modal .display_icon.static {
445 - background-position: -78px -78px;
446 -}
447 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.horizontal, #maxbuttons.maxbuttons-social .display_modal .display_icon.horizontal {
448 - background-position: 0 -26px;
449 -}
450 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.vertical, #maxbuttons.maxbuttons-social .display_modal .display_icon.vertical {
451 - background-position: -26px -26px;
452 -}
453 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.topleft, #maxbuttons.maxbuttons-social .display_modal .display_icon.topleft {
454 - background-position: -52px -26px;
455 -}
456 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.topcenter, #maxbuttons.maxbuttons-social .display_modal .display_icon.topcenter {
457 - background-position: -78px -26px;
458 -}
459 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.topright, #maxbuttons.maxbuttons-social .display_modal .display_icon.topright {
460 - background-position: 0 -52px;
461 -}
462 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.centerleft, #maxbuttons.maxbuttons-social .display_modal .display_icon.centerleft {
463 - background-position: -26px -52px;
464 -}
465 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.centercenter, #maxbuttons.maxbuttons-social .display_modal .display_icon.centercenter {
466 - background-position: -52px -52px;
467 -}
468 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.centerright, #maxbuttons.maxbuttons-social .display_modal .display_icon.centerright {
469 - background-position: -78px -52px;
470 -}
471 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.bottomleft, #maxbuttons.maxbuttons-social .display_modal .display_icon.bottomleft {
472 - background-position: 0 -78px;
473 -}
474 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.bottomcenter, #maxbuttons.maxbuttons-social .display_modal .display_icon.bottomcenter {
475 - background-position: -26px -78px;
476 -}
477 -#maxbuttons.maxbuttons-social #displayBlock .display_icon.bottomright, #maxbuttons.maxbuttons-social .display_modal .display_icon.bottomright {
478 - background-position: -52px -78px;
479 -}
480 -#maxbuttons.maxbuttons-social #profileBlock .inside {
481 - padding-right: 10px;
482 -}
483 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option {
484 - display: flex;
485 - flex-direction: row;
486 - flex-wrap: wrap;
487 -}
488 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option > label {
489 - flex-basis: 100px;
490 -}
491 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option > label:nth-of-type(2) {
492 - flex-basis: 120px;
493 -}
494 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option > div {
495 - max-width: 400px;
496 - flex-shrink: 2;
497 -}
498 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option .input.text {
499 - flex-shrink: 0;
500 - flex-basis: 45%;
501 -}
502 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option > span {
503 - flex-basis: 180px;
504 - min-width: 150px;
505 -}
506 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option > span .switch_label {
507 - width: 100px;
508 -}
509 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option > span .switch_button {
510 - min-height: 0;
511 - margin-top: 3px;
512 -}
513 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option.alternate_profile span:nth-child(1) {
514 - flex-basis: 100px;
515 - min-width: 0;
516 - padding-left: 3px;
517 -}
518 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option.alternate_profile span:nth-child(1) .label {
519 - flex-basis: 100px;
520 - width: auto;
521 -}
522 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option.alternate_profile span:nth-child(2) {
523 - max-width: 400px;
524 - width: 400px;
525 - flex-shrink: 2;
526 - flex-basis: 45%;
527 - margin-right: 15px;
528 -}
529 -#maxbuttons.maxbuttons-social #profileBlock .inside > div.option.alternate_profile label {
530 - flex-basis: 120px;
531 -}
532 -#maxbuttons.maxbuttons-social #profileBlock .input.text {
533 - line-height: 30px;
534 -}
535 -#maxbuttons.maxbuttons-social #profileBlock input[type=text] {
536 - float: right;
537 -}
538 -#maxbuttons.maxbuttons-social #profileBlock #profile_rss {
539 - width: 100%;
540 -}
541 -#maxbuttons.maxbuttons-social .forpro.overlay {
542 - position: absolute;
543 - left: 0;
544 - right: 0;
545 - bottom: 0;
546 - top: 0;
547 - background: rgba(136, 197, 194, 0.8);
548 - z-index: 1;
549 -}
550 -#maxbuttons.maxbuttons-social .forpro.overlay div {
551 - color: #000;
552 - top: 50%;
553 - left: 50%;
554 - transform: translate(-55%, -50%);
555 - font-size: 16px;
556 - line-height: 24px;
557 - position: absolute;
558 -}
559 -#maxbuttons.maxbuttons-social .forpro.overlay div a {
560 - color: #000;
561 -}
562 -#maxbuttons.maxbuttons-social .network_tab .network_selection {
563 - max-width: 340px;
564 - width: 200px;
565 - display: inline-block;
566 - margin-right: 30px;
567 -}
568 -#maxbuttons.maxbuttons-social .network_tab .network_selection li {
569 - padding: 8px;
570 - background-color: #effff7;
571 - border: 1px solid #ccc;
572 - font-weight: 700;
573 - font-size: 14px;
574 - cursor: pointer;
575 - position: relative;
576 -}
577 -#maxbuttons.maxbuttons-social .network_tab .network_selection li .active {
578 - float: right;
579 -}
580 -#maxbuttons.maxbuttons-social .network_tab .network_selection li .mb-icon {
581 - font-size: 18px;
582 - margin-right: 12px;
583 - width: 30px;
584 - line-height: 25px;
585 - vertical-align: middle;
586 -}
587 -#maxbuttons.maxbuttons-social .network_tab .network_selection li img {
588 - width: 20px;
589 - height: auto;
590 - vertical-align: middle;
591 - margin-right: 12px;
592 -}
593 -#maxbuttons.maxbuttons-social .network_tab .network_selection li .label {
594 - vertical-align: middle;
595 - line-height: 25px;
596 -}
597 -#maxbuttons.maxbuttons-social .network_tab .network_selection .maxajax-load-spinner {
598 - position: relative;
599 - float: right;
600 - margin-top: -35px;
601 -}
602 -#maxbuttons.maxbuttons-social .network_tab form.mb-ajax-form {
603 - display: inline;
604 -}
605 -#maxbuttons.maxbuttons-social .network_tab .network_editor {
606 - width: 70%;
607 - max-width: 640px;
608 - vertical-align: top;
609 - display: inline-block;
610 - margin-top: 42px;
611 -}
612 -#maxbuttons.maxbuttons-social .network_tab .network_editor .return_default {
613 - float: right;
614 - cursor: pointer;
615 -}
616 -#maxbuttons.maxbuttons-social .network_tab .network_editor input[name=label] {
617 - font-weight: 400;
618 -}
619 -#maxbuttons.maxbuttons-social .network_tab .network_editor .load-error {
620 - font-size: 14px;
621 - border-left: 4px solid #ff0000;
622 - padding: 8px 0 8px 16px;
623 -}
624 -#maxbuttons.maxbuttons-social .network_tab .network_editor .inside {
625 - padding: 20px;
626 -}
627 -#maxbuttons.maxbuttons-social .network_tab .network_editor .inside .the_switch {
628 - margin-top: 5px;
629 -}
630 -#maxbuttons.maxbuttons-social .network_tab .network_editor .customnetwork_select p.cns-toolbar {
631 - padding: 8px 0;
632 - display: inline-block;
633 - margin: 15px 0;
634 - width: 100%;
635 - line-height: 30px;
636 -}
637 -#maxbuttons.maxbuttons-social .network_tab .network_editor .customnetwork_select p.cns-toolbar .selected {
638 - font-weight: 700;
639 - margin-right: 8px;
640 - font-size: 18px;
641 - vertical-align: middle;
642 -}
643 -#maxbuttons.maxbuttons-social .network_tab .network_editor .customnetwork_select p.cns-toolbar button {
644 - float: right;
645 - margin-right: 35px;
646 - vertical-align: middle;
647 -}
648 -#maxbuttons.maxbuttons-social .network_tab .network_editor .customnetwork_select ul li.the_network {
649 - background-color: #ffeffe;
650 - padding: 12px 8px;
651 - font-size: 16px;
652 - margin-bottom: 15px;
653 - border: 1px solid #ccc;
654 - cursor: pointer;
655 -}
656 -#maxbuttons.maxbuttons-social .network_tab .network_editor .customnetwork_select ul li.the_network.selected {
657 - box-shadow: 2px 2px 2px #0073aa;
658 - border: 3px solid #0073aa;
659 -}
660 -#maxbuttons.maxbuttons-social .network_tab .network_editor .customnetwork_select ul li.the_network .mb-icon, #maxbuttons.maxbuttons-social .network_tab .network_editor .customnetwork_select ul li.the_network img {
661 - margin-right: 25px;
662 - vertical-align: middle;
663 -}
664 -#maxbuttons.maxbuttons-social .network_tab .network_editor .customnetwork_select ul li.the_network .is_imported {
665 - font-size: 12px;
666 - float: right;
667 - color: green;
668 -}
669 -#maxbuttons.maxbuttons-social .network_tab .network_editor .option select {
670 - width: auto;
671 -}
672 -#maxbuttons.maxbuttons-social .network_tab .network_editor .the_icon_preview {
673 - min-width: 30px;
674 - min-height: 30px;
675 -}
676 -#maxbuttons.maxbuttons-social .network_tab .network_editor .option.save_network {
677 - margin: 25px 0;
678 -}
24 + width: 100%; }
25 + #maxbuttons.maxbuttons-social .options.networks .see-more-wrap .drag-area {
26 + width: 100%; }
27 + #maxbuttons.maxbuttons-social .options.networks .drag-area {
28 + width: 70%;
29 + min-height: 50px;
30 + border: 1px dashed #ccc;
31 + padding: 10px; }
32 + #maxbuttons.maxbuttons-social .options.networks .item {
33 + display: inline-block;
34 + vertical-align: bottom;
35 + width: 50px;
36 + height: 45px;
37 + margin: 5px 6px 5px 0;
38 + position: relative;
39 + /*border-left: 2px solid #008e00;
40 + border-right: 2px solid #114989;
41 + border-bottom: 2px solid #008e00;
42 + border-top: 2px solid #114989;*/ }
43 + #maxbuttons.maxbuttons-social .options.networks .item.facebook .mb-icon {
44 + background-color: #3b5998; }
45 + #maxbuttons.maxbuttons-social .options.networks .item.facebook .mb-icon:hover {
46 + background-color: #2d4373; }
47 + #maxbuttons.maxbuttons-social .options.networks .item.twitter .mb-icon {
48 + background-color: #00aced; }
49 + #maxbuttons.maxbuttons-social .options.networks .item.twitter .mb-icon:hover {
50 + background-color: #0087ba; }
51 + #maxbuttons.maxbuttons-social .options.networks .item.googleplus .mb-icon {
52 + background-color: #dd4b39; }
53 + #maxbuttons.maxbuttons-social .options.networks .item.googleplus .mb-icon:hover {
54 + background-color: #c23321; }
55 + #maxbuttons.maxbuttons-social .options.networks .item.linkedin .mb-icon {
56 + background-color: #007bb6; }
57 + #maxbuttons.maxbuttons-social .options.networks .item.linkedin .mb-icon:hover {
58 + background-color: #005983; }
59 + #maxbuttons.maxbuttons-social .options.networks .item.youtube .mb-icon {
60 + background-color: #bb0000; }
61 + #maxbuttons.maxbuttons-social .options.networks .item.youtube .mb-icon:hover {
62 + background-color: #880000; }
63 + #maxbuttons.maxbuttons-social .options.networks .item.instagram .mb-icon {
64 + background-color: #517fa4; }
65 + #maxbuttons.maxbuttons-social .options.networks .item.instagram .mb-icon:hover {
66 + background-color: #406582; }
67 + #maxbuttons.maxbuttons-social .options.networks .item.flickr .mb-icon {
68 + background-color: #ff0084; }
69 + #maxbuttons.maxbuttons-social .options.networks .item.flickr .mb-icon:hover {
70 + background-color: #cc006a; }
71 + #maxbuttons.maxbuttons-social .options.networks .item.thumblr .mb-icon {
72 + background-color: #32506d; }
73 + #maxbuttons.maxbuttons-social .options.networks .item.thumblr .mb-icon:hover {
74 + background-color: #22364a; }
75 + #maxbuttons.maxbuttons-social .options.networks .item.pinterest .mb-icon {
76 + background-color: #cb2027; }
77 + #maxbuttons.maxbuttons-social .options.networks .item.pinterest .mb-icon:hover {
78 + background-color: #9f191f; }
79 + #maxbuttons.maxbuttons-social .options.networks .item.email .mb-icon, #maxbuttons.maxbuttons-social .options.networks .item.print .mb-icon {
80 + background-color: #5e5e5e; }
81 + #maxbuttons.maxbuttons-social .options.networks .item.email .mb-icon:hover, #maxbuttons.maxbuttons-social .options.networks .item.print .mb-icon:hover {
82 + background-color: #454545; }
83 + #maxbuttons.maxbuttons-social .options.networks .item.vkontakte .mb-icon {
84 + background-color: #4c75a3; }
85 + #maxbuttons.maxbuttons-social .options.networks .item.vkontakte .mb-icon:hover {
86 + background-color: #3c5c80; }
87 + #maxbuttons.maxbuttons-social .options.networks .item.digg .mb-icon {
88 + background-color: #000; }
89 + #maxbuttons.maxbuttons-social .options.networks .item.digg .mb-icon:hover {
90 + background-color: black; }
91 + #maxbuttons.maxbuttons-social .options.networks .item.blogloving .mb-icon {
92 + background-color: #000; }
93 + #maxbuttons.maxbuttons-social .options.networks .item.blogloving .mb-icon:hover {
94 + background-color: black; }
95 + #maxbuttons.maxbuttons-social .options.networks .item.stumbleupon .mb-icon {
96 + background-color: #eb4924; }
97 + #maxbuttons.maxbuttons-social .options.networks .item.stumbleupon .mb-icon:hover {
98 + background-color: #ca3412; }
99 + #maxbuttons.maxbuttons-social .options.networks .item.reddit .mb-icon {
100 + background-color: #ff4500; }
101 + #maxbuttons.maxbuttons-social .options.networks .item.reddit .mb-icon:hover {
102 + background-color: #cc3700; }
103 + #maxbuttons.maxbuttons-social .options.networks .item.whatsapp .mb-icon {
104 + background-color: #4dc247; }
105 + #maxbuttons.maxbuttons-social .options.networks .item.whatsapp .mb-icon:hover {
106 + background-color: #3ba135; }
107 + #maxbuttons.maxbuttons-social .options.networks .item.buffer .mb-icon {
108 + background-color: #242424; }
109 + #maxbuttons.maxbuttons-social .options.networks .item.buffer .mb-icon:hover {
110 + background-color: #0b0b0b; }
111 + #maxbuttons.maxbuttons-social .options.networks .item.rss .mb-icon {
112 + background-color: #F99000; }
113 + #maxbuttons.maxbuttons-social .options.networks .item.rss .mb-icon:hover {
114 + background-color: #c67300; }
115 + #maxbuttons.maxbuttons-social .options.networks .item.snapchat .mb-icon {
116 + background-color: #fffc00; }
117 + #maxbuttons.maxbuttons-social .options.networks .item.snapchat .mb-icon:hover {
118 + background-color: #ccca00; }
119 + #maxbuttons.maxbuttons-social .options.networks .item.vimeo .mb-icon {
120 + background-color: #1ab7ea; }
121 + #maxbuttons.maxbuttons-social .options.networks .item.vimeo .mb-icon:hover {
122 + background-color: #1295bf; }
123 + #maxbuttons.maxbuttons-social .options.networks .item .legend-circle {
124 + width: 10px;
125 + height: 10px;
126 + border-radius: 50% 50%;
127 + position: absolute;
128 + bottom: -2px;
129 + left: -1px; }
130 + #maxbuttons.maxbuttons-social .options.networks .item .legend-circle.social-icon {
131 + background-color: #114989; }
132 + #maxbuttons.maxbuttons-social .options.networks .item .legend-circle.share-icon {
133 + background-color: #008e00;
134 + left: 10px; }
135 + #maxbuttons.maxbuttons-social .options.networks .item .mb-icon {
136 + background-color: #fff;
137 + color: #fff;
138 + display: inline-block;
139 + padding: 12px 0;
140 + cursor: move;
141 + font-size: 20px;
142 + text-align: center;
143 + position: absolute;
144 + left: 0;
145 + right: 0;
146 + top: 0;
147 + bottom: 0; }
148 + #maxbuttons.maxbuttons-social .options.networks .item .mb-icon:before {
149 + padding-top: 6px;
150 + display: inline; }
151 + #maxbuttons.maxbuttons-social .options.networks .item .mb-icon.png {
152 + height: 100%;
153 + width: inherit;
154 + max-width: 100%;
155 + max-height: 100%;
156 + padding: 0; }
157 + #maxbuttons.maxbuttons-social .options.networks .item svg {
158 + position: relative;
159 + width: 100%; }
160 + #maxbuttons.maxbuttons-social .options.networks .item .config_button {
161 + display: inline-block;
162 + cursor: pointer; }
163 + #maxbuttons.maxbuttons-social .options.networks .item .config_button button {
164 + font-size: 10px;
165 + font-weight: 700;
166 + text-transform: uppercase;
167 + z-index: 2;
168 + position: absolute;
169 + bottom: 0;
170 + padding: 0 1px;
171 + left: 0;
172 + right: 0;
173 + width: 100%;
174 + line-height: 11px;
175 + height: 13px;
176 + box-shadow: none;
177 + text-shadow: none;
178 + margin: 0;
179 + border-radius: 0; }
180 + #maxbuttons.maxbuttons-social .options.networks .network-help {
181 + margin-top: 35px; }
182 + #maxbuttons.maxbuttons-social .options.networks .network-help label {
183 + display: none; }
184 + #maxbuttons.maxbuttons-social .options.networks .network-help div {
185 + margin-right: 15px; }
186 + #maxbuttons.maxbuttons-social .options.networks .network-help .item {
187 + width: auto;
188 + height: 20px; }
189 + #maxbuttons.maxbuttons-social .options.networks .network-help .item .legend-circle {
190 + position: relative;
191 + display: inline-block;
192 + left: auto;
193 + margin-right: 2px; }
194 + #maxbuttons.maxbuttons-social .help-side .legend-circle {
195 + position: relative;
196 + display: inline-block;
197 + left: auto;
198 + margin: 0 5px;
199 + width: 10px;
200 + height: 10px;
201 + border-radius: 50% 50%; }
202 + #maxbuttons.maxbuttons-social .help-side .legend-circle.social-icon {
203 + background-color: #114989; }
204 + #maxbuttons.maxbuttons-social .help-side .legend-circle.share-icon {
205 + background-color: #008e00; }
206 + #maxbuttons.maxbuttons-social .main {
207 + width: 100%; }
208 + #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions {
209 + width: 72%;
210 + min-width: 700px;
211 + box-sizing: border-box;
212 + position: relative; }
213 + @media (max-width: 1200px) {
214 + #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions {
215 + min-width: 0; } }
216 + @media (max-width: 800px) {
217 + #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions {
218 + width: 95%; } }
219 + #maxbuttons.maxbuttons-social .main .help-side {
220 + float: right;
221 + margin: 0 0 5px 0;
222 + padding: 0;
223 + min-width: 250px;
224 + width: 25%;
225 + right: 5px;
226 + border: 1px solid #ccc;
227 + background-color: #fff;
228 + clear: right; }
229 + @media (max-width: 1200px) {
230 + #maxbuttons.maxbuttons-social .main .help-side {
231 + min-width: 0; } }
232 + @media (max-width: 800px) {
233 + #maxbuttons.maxbuttons-social .main .help-side {
234 + display: none; } }
235 + #maxbuttons.maxbuttons-social .main .help-side h3 {
236 + padding: 0;
237 + margin: 0;
238 + background-color: #008ec2;
239 + color: #fff;
240 + padding: 15px;
241 + text-align: center; }
242 + #maxbuttons.maxbuttons-social .main .help-side p {
243 + padding: 10px;
244 + margin: 0; }
245 + #maxbuttons.maxbuttons-social .toggle .title {
246 + cursor: pointer; }
247 + #maxbuttons.maxbuttons-social .toggle .toggle-target {
248 + display: none; }
249 + #maxbuttons.maxbuttons-social .option-container.networks .active_network {
250 + margin-bottom: 25px; }
251 + #maxbuttons.maxbuttons-social .option-container.display select {
252 + width: auto; }
253 + #maxbuttons.maxbuttons-social .option-container.display .option.display_group {
254 + margin-bottom: 15px; }
255 + #maxbuttons.maxbuttons-social .option-container.display .option.display_group button {
256 + height: 30px;
257 + vertical-align: middle; }
258 + #maxbuttons.maxbuttons-social .option-container.display .option.display_group span, #maxbuttons.maxbuttons-social .option-container.display .option.display_group div {
259 + vertical-align: middle; }
260 + #maxbuttons.maxbuttons-social .option-container.display .option.display_group .control-group {
261 + margin-bottom: 0; }
262 + #maxbuttons.maxbuttons-social .option-container.display .option > span > .label {
263 + width: 170px;
264 + padding: 0;
265 + min-height: 0;
266 + vertical-align: middle; }
267 + #maxbuttons.maxbuttons-social .option-container.display .check_button:checked + label {
268 + border-color: #6fbeb5;
269 + border-width: 1px;
270 + border-radius: 4px; }
271 + #maxbuttons.maxbuttons-social .option-container.display .check_button.disabled + label {
272 + background-color: #868686;
273 + border: 0;
274 + cursor: not-allowed; }
275 + #maxbuttons.maxbuttons-social .option-container.display .option .label.spacer_custom {
276 + margin-left: 200px;
277 + font-weight: 500;
278 + border-bottom: 1px solid #ccc;
279 + border-top: 1px solid #ccc;
280 + padding: 4px 0;
281 + display: inline-block;
282 + text-align: center;
283 + width: 200px; }
284 + #maxbuttons.maxbuttons-social .option-container.display .option .label.display_no_pro {
285 + width: 450px;
286 + margin-left: 100px;
287 + font-weight: 400;
288 + font-size: 12px; }
289 + #maxbuttons.maxbuttons-social .option-container.display .input.display_heading {
290 + margin-left: 170px;
291 + min-height: 0; }
292 + #maxbuttons.maxbuttons-social .option-container.display .input.display_heading span {
293 + width: 36px;
294 + margin-right: 15px;
295 + display: inline-block;
296 + text-align: center;
297 + font-size: 12px;
298 + font-weight: 500;
299 + text-transform: uppercase; }
300 + #maxbuttons.maxbuttons-social .option-container.display .input.display_heading span:nth-child(2) {
301 + width: 150px;
302 + border-left: 1px solid #ccc;
303 + border-right: 1px solid #ccc; }
304 + #maxbuttons.maxbuttons-social .option-container.display .input.display_rowhead {
305 + margin-left: 225px;
306 + min-height: 0; }
307 + #maxbuttons.maxbuttons-social .option-container.display .input.display_rowhead span {
308 + text-align: center;
309 + display: inline-block;
310 + width: 36px;
311 + margin-right: 14px;
312 + font-size: 11px;
313 + font-weight: 500;
314 + color: #333;
315 + text-transform: uppercase;
316 + position: relative; }
317 + #maxbuttons.maxbuttons-social .option-container.display .input.display_rowhead span:nth-child(3) {
318 + margin-left: 10px; }
319 + #maxbuttons.maxbuttons-social #previewBlock .maxsocial {
320 + clear: none !important; }
321 + #maxbuttons.maxbuttons-social #previewBlock .mb-item {
322 + margin-bottom: 20px; }
323 + #maxbuttons.maxbuttons-social #previewBlock .button-save {
324 + margin-left: 50px;
325 + width: 75px; }
326 + #maxbuttons.maxbuttons-social #styleBlock .mbsocial-shape {
327 + margin: 6px 10px 3px;
328 + display: inline-block;
329 + position: relative;
330 + width: 20px;
331 + height: 20px;
332 + border: 2px solid #000; }
333 + #maxbuttons.maxbuttons-social #styleBlock .mbsocial-shape.circle {
334 + border-radius: 50% 50%; }
335 + #maxbuttons.maxbuttons-social #styleBlock .mbsocial-shape.stretch {
336 + width: 60px; }
337 + #maxbuttons.maxbuttons-social #styleBlock .mbsocial-shape.stretch:before {
338 + border-left: 2px solid #ff0000;
339 + content: '';
340 + height: 100%;
341 + position: absolute;
342 + left: -8px; }
343 + #maxbuttons.maxbuttons-social #styleBlock .mbsocial-shape.stretch:after {
344 + content: '';
345 + height: 100%;
346 + position: absolute;
347 + right: -8px;
348 + border-right: 2px solid #ff0000; }
349 + #maxbuttons.maxbuttons-social #styleBlock #open_presets {
350 + width: 125px;
351 + text-transform: uppercase; }
352 + #maxbuttons.maxbuttons-social #displayBlock .display_icon, #maxbuttons.maxbuttons-social .display_modal .display_icon {
353 + background-image: url("../images/icons/display_icons.png");
354 + background-repeat: no-repeat;
355 + width: 26px;
356 + height: 26px;
357 + display: inline-block; }
358 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.manual, #maxbuttons.maxbuttons-social .display_modal .display_icon.manual {
359 + background-position: 0 0; }
360 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.before, #maxbuttons.maxbuttons-social .display_modal .display_icon.before {
361 + background-position: -26px 0; }
362 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.after, #maxbuttons.maxbuttons-social .display_modal .display_icon.after {
363 + background-position: -52px 0; }
364 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.after-before, #maxbuttons.maxbuttons-social .display_modal .display_icon.after-before {
365 + background-position: -78px 0; }
366 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.static, #maxbuttons.maxbuttons-social .display_modal .display_icon.static {
367 + background-position: -78px -78px; }
368 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.horizontal, #maxbuttons.maxbuttons-social .display_modal .display_icon.horizontal {
369 + background-position: 0 -26px; }
370 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.vertical, #maxbuttons.maxbuttons-social .display_modal .display_icon.vertical {
371 + background-position: -26px -26px; }
372 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.topleft, #maxbuttons.maxbuttons-social .display_modal .display_icon.topleft {
373 + background-position: -52px -26px; }
374 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.topcenter, #maxbuttons.maxbuttons-social .display_modal .display_icon.topcenter {
375 + background-position: -78px -26px; }
376 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.topright, #maxbuttons.maxbuttons-social .display_modal .display_icon.topright {
377 + background-position: 0 -52px; }
378 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.centerleft, #maxbuttons.maxbuttons-social .display_modal .display_icon.centerleft {
379 + background-position: -26px -52px; }
380 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.centercenter, #maxbuttons.maxbuttons-social .display_modal .display_icon.centercenter {
381 + background-position: -52px -52px; }
382 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.centerright, #maxbuttons.maxbuttons-social .display_modal .display_icon.centerright {
383 + background-position: -78px -52px; }
384 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.bottomleft, #maxbuttons.maxbuttons-social .display_modal .display_icon.bottomleft {
385 + background-position: 0 -78px; }
386 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.bottomcenter, #maxbuttons.maxbuttons-social .display_modal .display_icon.bottomcenter {
387 + background-position: -26px -78px; }
388 + #maxbuttons.maxbuttons-social #displayBlock .display_icon.bottomright, #maxbuttons.maxbuttons-social .display_modal .display_icon.bottomright {
389 + background-position: -52px -78px; }
390 + #maxbuttons.maxbuttons-social #profileBlock .input.text {
391 + width: 350px; }
392 + #maxbuttons.maxbuttons-social #profileBlock #profile_rss {
393 + width: 300px; }
394 + #maxbuttons.maxbuttons-social .forpro.overlay {
395 + position: absolute;
396 + left: 0;
397 + right: 0;
398 + bottom: 0;
399 + top: 0;
400 + background: rgba(136, 197, 194, 0.8);
401 + z-index: 1; }
402 + #maxbuttons.maxbuttons-social .forpro.overlay div {
403 + color: #000;
404 + top: 50%;
405 + left: 50%;
406 + transform: translate(-55%, -50%);
407 + font-size: 16px;
408 + line-height: 24px;
409 + position: absolute; }
410 + #maxbuttons.maxbuttons-social .forpro.overlay div a {
411 + color: #000; }
412 + #maxbuttons.maxbuttons-social .network_tab .network_selection {
413 + max-width: 340px;
414 + width: 200px;
415 + display: inline-block;
416 + margin-right: 30px; }
417 + #maxbuttons.maxbuttons-social .network_tab .network_selection li {
418 + padding: 8px;
419 + background-color: #effff7;
420 + border: 1px solid #ccc; }
421 + #maxbuttons.maxbuttons-social .network_tab .network_selection li .active {
422 + float: right; }
423 + #maxbuttons.maxbuttons-social .network_tab .network_selection li .mb-icon {
424 + font-size: 18px;
425 + margin-right: 8px;
426 + width: 30px; }
427 + #maxbuttons.maxbuttons-social .network_tab .network_selection li img {
428 + width: 20px; }
429 + #maxbuttons.maxbuttons-social .network_tab .network_editor {
430 + max-width: 600px;
431 + vertical-align: top;
432 + display: inline-block; }
679 433
680 434 .max-modal.save_done .modal_header {
681 - background-color: #07b51b;
682 -}
435 + background-color: #07b51b; }
683 436 .max-modal.save_done .modal_title {
684 437 color: #fff;
685 438 font-size: 24px;
686 439 font-weight: 700;
687 - padding: 10px 0;
688 -}
440 + padding: 10px 0; }
689 441 .max-modal.save_done .modal_close {
690 - display: none;
691 -}
442 + display: none; }
443 +.max-modal.save_done .modal_content {
444 + display: none; }
692 445 .max-modal.save_done + .maxmodal_overlay {
693 - background-color: #eee;
694 -}
446 + background-color: #eee; }
695 447
696 448 .max-modal .display_modal {
697 449 display: inline-block;
698 450 text-align: left;
@@ -698,34 +450,26 @@
698 450 text-align: left;
699 451 margin: 0 auto;
700 452 min-width: 300px;
701 453 width: 70%;
702 - max-width: 600px;
703 -}
704 -.max-modal .display_modal .option {
705 - margin: 15px 0;
706 -}
707 -.max-modal .display_modal .option.position, .max-modal .display_modal .input.radio {
708 - display: inline-block;
709 -}
710 -.max-modal .display_modal .option.position label, .max-modal .display_modal .input.radio label {
711 - width: auto;
712 - min-width: 0;
713 -}
714 -.max-modal .display_modal .input.radio {
715 - margin-right: 5px;
716 -}
717 -.max-modal .display_modal .pos_spacer {
718 - margin: 3px 0;
719 -}
720 -.max-modal .display_modal .option.position {
721 - margin: 3px 0 3px 178px;
722 -}
723 -.max-modal .display_modal label, .max-modal .display_modal .option > span > .label {
724 - display: inline-block;
725 - min-width: 175px;
726 - font-weight: 700;
727 -}
454 + max-width: 600px; }
455 + .max-modal .display_modal .option {
456 + margin: 15px 0; }
457 + .max-modal .display_modal .option.position, .max-modal .display_modal .input.radio {
458 + display: inline-block; }
459 + .max-modal .display_modal .option.position label, .max-modal .display_modal .input.radio label {
460 + width: auto;
461 + min-width: 0; }
462 + .max-modal .display_modal .input.radio {
463 + margin-right: 5px; }
464 + .max-modal .display_modal .pos_spacer {
465 + margin: 3px 0; }
466 + .max-modal .display_modal .option.position {
467 + margin: 3px 0 3px 178px; }
468 + .max-modal .display_modal label, .max-modal .display_modal .option > span > .label {
469 + display: inline-block;
470 + min-width: 175px;
471 + font-weight: 700; }
728 472
729 473 .max-modal.modal_styles {
730 474 width: 90%;
731 475 min-height: 50%;
@@ -746,92 +490,75 @@
746 490 span {
747 491 line-height: 30px
748 492 }
749 493 }
750 - } */
751 -}
752 -.max-modal.modal_styles .modal_content {
753 - padding-bottom: 0;
754 - padding-top: 0;
755 -}
756 -.max-modal.modal_styles .style_modal, .max-modal.modal_styles .custom_modal {
757 - width: 100%;
758 - position: relative;
759 - display: inline-block;
760 -}
761 -.max-modal.modal_styles .top-note {
762 - padding: 15px;
763 - margin: 8px;
764 - font-size: 18px;
765 - line-height: 1.5;
766 - border: 1px solid #000;
767 - background-color: #fff;
768 -}
769 -.max-modal.modal_styles .top-note.warning {
770 - background-color: #f2dede;
771 -}
772 -.max-modal.modal_styles .style-row {
773 - margin: 5px 0;
774 - padding-bottom: 10px;
775 - display: inline-block;
776 - width: 100%;
777 - /* .maxbutton-social {
778 - margin: 5px;
779 - } */
780 -}
781 -.max-modal.modal_styles .style-row .preset {
782 - position: relative;
783 - width: 100%;
784 - display: inline-block;
785 - clear: both;
786 - margin: 10px 0;
787 - text-align: left;
788 -}
789 -.max-modal.modal_styles .style-row .description {
790 - padding: 8px 5px;
791 - display: inline-block;
792 - font-size: 15px;
793 - width: 150px;
794 - float: left;
795 - font-style: normal;
796 - box-sizing: border-box;
797 - border-right: 1px solid #ccc;
798 - margin-bottom: 15px;
799 - margin-right: 15px;
800 - vertical-align: middle;
801 -}
802 -.max-modal.modal_styles .style-row button {
803 - display: inline-block;
804 - margin: 5px 0;
805 - vertical-align: middle;
806 -}
807 -.max-modal.modal_styles .style-row .maxsocial {
808 - margin: 25px 0 0 !important;
809 - width: auto !important;
810 - vertical-align: middle;
811 -}
812 -.max-modal.modal_styles .style-row .switch {
813 - display: none;
814 -}
815 -.max-modal.modal_styles .style-row .switch + label {
816 - padding: 5px 0;
817 - margin: 15px 0;
818 - display: inline-block;
819 - width: 100%;
820 - height: 100%;
821 -}
822 -.max-modal.modal_styles .style-row .switch:checked + label {
823 - background-color: #ffe;
824 - border: 1px solid #ccc;
825 - opacity: 1;
826 -}
494 + } */ }
495 + .max-modal.modal_styles .modal_content {
496 + padding-bottom: 0;
497 + padding-top: 0; }
498 + .max-modal.modal_styles .style_modal, .max-modal.modal_styles .custom_modal {
499 + width: 100%;
500 + position: relative;
501 + display: inline-block; }
502 + .max-modal.modal_styles .top-note {
503 + padding: 15px;
504 + margin: 8px;
505 + font-size: 18px;
506 + line-height: 1.5;
507 + border: 1px solid #000;
508 + background-color: #fff; }
509 + .max-modal.modal_styles .top-note.warning {
510 + background-color: #f2dede; }
511 + .max-modal.modal_styles .style-row {
512 + margin: 5px 0;
513 + padding-bottom: 10px;
514 + display: inline-block;
515 + width: 100%;
516 + /* .maxbutton-social {
517 + margin: 5px;
518 + } */ }
519 + .max-modal.modal_styles .style-row .preset {
520 + position: relative;
521 + width: 100%;
522 + display: inline-block;
523 + clear: both;
524 + margin: 10px 0;
525 + text-align: left; }
526 + .max-modal.modal_styles .style-row .description {
527 + padding: 8px 5px;
528 + display: inline-block;
529 + font-size: 15px;
530 + width: 150px;
531 + float: left;
532 + font-style: normal;
533 + box-sizing: border-box;
534 + border-right: 1px solid #ccc;
535 + margin-bottom: 15px;
536 + margin-right: 15px;
537 + vertical-align: middle; }
538 + .max-modal.modal_styles .style-row button {
539 + display: inline-block;
540 + margin: 5px 0;
541 + vertical-align: middle; }
542 + .max-modal.modal_styles .style-row .maxsocial {
543 + margin: 25px 0 0 !important;
544 + width: auto !important;
545 + vertical-align: middle; }
546 + .max-modal.modal_styles .style-row .switch {
547 + display: none; }
548 + .max-modal.modal_styles .style-row .switch + label {
549 + padding: 5px 0;
550 + margin: 15px 0;
551 + display: inline-block;
552 + width: 100%;
553 + height: 100%; }
554 + .max-modal.modal_styles .style-row .switch:checked + label {
555 + background-color: #ffe;
556 + border: 1px solid #ccc;
557 + opacity: 1; }
827 558
828 559 .media-buttons .shortcode_options .mbcustom-options {
829 560 width: 500px;
830 - margin: 20px 0;
831 -}
832 -.media-buttons .shortcode_options .mbcustom-options label {
833 - width: 200px;
834 - margin: 5px 0;
835 -}
836 -
837 -/*# sourceMappingURL=admin.css.map */
561 + margin: 20px 0; }
562 + .media-buttons .shortcode_options .mbcustom-options label {
563 + width: 200px;
564 + margin: 5px 0; }