Skip to content

Instantly share code, notes, and snippets.

@rickcnagy
Last active August 29, 2015 14:02
Show Gist options
  • Save rickcnagy/8c8059a0aff97c345879 to your computer and use it in GitHub Desktop.
Save rickcnagy/8c8059a0aff97c345879 to your computer and use it in GitHub Desktop.
LanguageOn QS Embed CSS
<style type="text/css">
.contact input.qsinputfield, .contact textarea.qsinputfield {
width: 340px;
max-width: 340px;
min-width: 340px;
padding: 5px 10px;
}
.contact textarea.qsinputfield {
height: 150px;
}
.contact input[type="text"]:focus,
.contact textarea:focus {
padding: 5px 10px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment