From 9e09af9ca7abd1b1bce254a7734b9a0ced999692 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 5 Sep 2016 12:44:19 +0300 Subject: minor css fixes --- juick-www/src/main/static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'juick-www') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 41997d4e..4ce18693 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -5,6 +5,7 @@ html,body,div,h1,h2,ul,li,p,form,input,textarea,pre { html,input,textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 12pt; + -webkit-font-smoothing: subpixel-antialiased; } html { background: #EEEEE5; @@ -247,7 +248,7 @@ article textarea { border: 0; } article input { - width: 50px; + min-width: 50px; margin-left: 6px; vertical-align: top; border: 1px solid #CCC; -- cgit v1.2.3