Last active
August 29, 2015 14:02
-
-
Save rickcnagy/8c8059a0aff97c345879 to your computer and use it in GitHub Desktop.
LanguageOn QS Embed CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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