Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. @media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height:480px){
  2. .mktoForm,.mktoForm *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;padding:auto}
  3. /* Yes, I know padding:auto isn't a real property - had to break things somehow :( */
  4. .mktoLabel.mktoHasWidth {height: inherit !important;}
  5. .mktoForm .mktoGutter,.mktoForm .mktoOffset{display:initial !important}
  6. .mktoForm .mktoFormCol .mktoLabel{text-align:left;width:initial !important}
  7. .mktoForm .mktoFormCol{float:initial !important}
  8. .mktoForm .mktoFieldWrap{float:initial !important}
  9. .mktoForm fieldset{padding:initial !important}
  10. .mktoForm input[type=url],.mktoForm input[type=text],.mktoForm input[type=date],.mktoForm input[type=tel],.mktoForm input[type=email],.mktoForm input[type=number],.mktoForm textarea.mktoField,.mktoForm select.mktoField{width:100% !important;height:initial !important;line-height:initial !important;font-size:initial !important}
  11. .mktoForm select.mktoField{height:auto}
  12. .mktoForm .mktoFormRow .mktoField{clear:left}
  13. .mktoForm .mktoFormRow .mktoFormCol{clear:both}
  14. .mktoForm .mktoRadioList,.mktoForm .mktoCheckboxList{width:initial !important}
  15. .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix{float:left;padding-left:initial !important;padding-right:5px}
  16. .mktoModal .mktoModalContent{padding:initial !important}
  17. .mktoModal .mktoModalClose{right:initial !important}
  18. .mktoButtonRow {width:100%; margin-top:0.35rem !important;}
  19. .mktoButtonWrap {margin-left:0px; float:right;}
  20. .mktoForm .mktoButton {margin-left: 0 !important;}
  21. .mktoButton {padding:0.5rem !important;}
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement