Thomas Bruederli
2014-08-14 7035cdc4960c49fb82e4990638350ca4c7b8b090
Use monospace font in textarea; set width to 40em
1 files modified
6 ■■■■■ changed files
skins/larry/zen-form.css 6 ●●●●● patch | view | raw | blame | history
skins/larry/zen-form.css
@@ -27,7 +27,7 @@
}
.zen-forms-input-wrap {
    max-width: 800px;
    max-width: 40em;
    position: relative;
    margin: 0 auto;
    height: 90%;
@@ -38,7 +38,7 @@
 */
.zen-forms-header {
    max-width: 800px;
    max-width: 40em;
    margin: 0 auto 16px auto;
}
@@ -190,6 +190,8 @@
.zen-forms textarea {
    resize: none;
    font-family: monospace !important;
    font-size: 12pt !important;
}
.zen-forms label {