Skip to content

Instantly share code, notes, and snippets.

@mikedup
Last active December 28, 2015 17:29
Show Gist options
  • Save mikedup/7535836 to your computer and use it in GitHub Desktop.
Save mikedup/7535836 to your computer and use it in GitHub Desktop.
Kony Marketo mobile style overrides
.lpeRegForm:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
li#mktFrmButtons input#mktFrmSubmit { border: none; border-radius: 4px; box-shadow: none; margin-bottom: 30px; padding: 10px 20px !important; }
@media all and (max-width: 480px) {
.lpeRegForm { padding-bottom: 30px; }
.lpeRegForm ul li { clear: left !important; }
.mktField label { margin: 15px 0 0 0; }
.mktFormText, .mktFormTextarea, .mktFormSelect { margin-top: -5px; }
li#mktFrmButtons input#mktFrmSubmit { width: 100% !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment