Guest User

Untitled

a guest
Oct 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. .mktoForm, .mktoForm .mktoFieldWrap, .mktoForm .mktoHtmlText, .mktoForm input, .mktoLogicalField .mktoCheckboxList {width:100% !important;}
  2. @media only screen and (min-width:480px) {
  3. .mktoFormCol:first-child:nth-last-child(2), .mktoFormCol:first-child:nth-last-child(2) ~ .mktoFormCol {width: 100% !important;}
  4. .mktoFormCol:first-child:nth-last-child(3), .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {width: 50% !important;}
  5. .mktoFormCol:first-child:nth-last-child(4), .mktoFormCol:first-child:nth-last-child(4) ~ .mktoFormCol {width: 33.3333% !important;}
  6. .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {padding-left: 0.3em !important;}
  7. }
  8. @media only screen and (max-width:480px) {.mktoFormCol {width:100% !important;}}
  9. .mktoAsterix{display:none !important;}
  10. .mktoForm .mktoGutter {display:none !important;}
  11. .mktoButtonWrap {margin-left:0 !important;}
  12. .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {padding: 0.3em; width: 100% !important;}
  13. .mktoForm {clear: both; margin-bottom: 0.3em;}
  14. .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {float: left !important; width: auto !important;}
  15. .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {display: inherit !important;}
  16. .mktoForm input[type="radio"], .mktoForm input[type="checkbox"] {width: auto !important;}
  17. .mktoForm fieldset legend {margin: inherit !important;}
Add Comment
Please, Sign In to add comment