Browse Source

[bugfix] input style

isundil 8 years ago
parent
commit
38719717a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      srv/public/style.css

+ 1 - 1
srv/public/style.css

@@ -186,7 +186,7 @@ button, .button { border: 1px solid black; border-radius: 3px; background: rgb(2
 
 .attach-file-icon { height: 1.5em; vertical-align: bottom; }
 .msgform { display: flex; margin: 0 10px; align-items: flex-end; }
-.msgform-input { flex: 1; padding: 0.5em; }
+.msgform-input { flex: 1; padding: 0.5em; font-family: Lato, sans-serif; resize: none; }
 .msgform-action { margin: 0 0 0 10px; }
 .msgform-action * { height: 1.5em; }
 .msgform-oneline { height: 1.5em; margin-bottom: 0; }