| @@ -1,5 +1,4 @@ | ||
| 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 */ |
| @@ -18,13 +17,13 @@ | ||
| 18 | 17 | #maxbuttons.maxbuttons-social .options.networks .see-more .title:after { |
| 19 | 18 | font-size: 28px; |
| 20 | 19 | font-family: "Dashicons"; |
| 21 | 20 | font-weight: 400; |
| 22 | - content: ""; | |
| 21 | + content: "\f140"; | |
| 23 | 22 | vertical-align: top; |
| 24 | 23 | } |
| 25 | 24 | #maxbuttons.maxbuttons-social .options.networks .see-more.toggle_active .title:after { |
| 26 | - content: ""; | |
| 25 | + content: "\f142"; | |
| 27 | 26 | } |
| 28 | 27 | #maxbuttons.maxbuttons-social .options.networks .see-more-wrap { |
| 29 | 28 | display: none; |
| 30 | 29 | width: 100%; |
| @@ -289,8 +288,16 @@ | ||
| 289 | 288 | } |
| 290 | 289 | #maxbuttons.maxbuttons-social .toggle .toggle-target { |
| 291 | 290 | display: none; |
| 292 | 291 | } |
| 292 | +#maxbuttons.maxbuttons-social #generalBlock .input.general_notactive { | |
| 293 | + line-height: 25px; | |
| 294 | + height: 25px; | |
| 295 | + padding-top: 5px; | |
| 296 | +} | |
| 297 | +#maxbuttons.maxbuttons-social #generalBlock .red { | |
| 298 | + color: #ff0000; | |
| 299 | +} | |
| 293 | 300 | #maxbuttons.maxbuttons-social .option-container.networks .active_network { |
| 294 | 301 | margin-bottom: 25px; |
| 295 | 302 | } |
| 296 | 303 | #maxbuttons.maxbuttons-social .option-container.display select { |
| @@ -483,8 +490,12 @@ | ||
| 483 | 490 | #maxbuttons.maxbuttons-social #profileBlock .inside > div.option { |
| 484 | 491 | display: flex; |
| 485 | 492 | flex-direction: row; |
| 486 | 493 | flex-wrap: wrap; |
| 494 | +} | |
| 495 | +#maxbuttons.maxbuttons-social #profileBlock .inside > div.option[data-has]:not(.condshow) { | |
| 496 | + opacity: 0; | |
| 497 | + display: none; | |
| 487 | 498 | } |
| 488 | 499 | #maxbuttons.maxbuttons-social #profileBlock .inside > div.option > label { |
| 489 | 500 | flex-basis: 100px; |
| 490 | 501 | } |