From 130ccf8a343dbe2ec2f0b56ee5236aff02c770d1 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 21 Feb 2017 23:26:07 +0100 Subject: [PATCH] small styling improvments --- webapp/static/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapp/static/styles.css b/webapp/static/styles.css index e23d987..31ec4ec 100644 --- a/webapp/static/styles.css +++ b/webapp/static/styles.css @@ -16,10 +16,14 @@ header h1 { .letter-options label { display: block; + color: #333; + font-size: 14px; + font-weight: bold; } .letter-options input, .letter-options textarea, .letter-options select { + margin-top: 3px; margin-bottom: 12px; width: 100%; } @@ -34,6 +38,8 @@ header h1 { padding-left: 6px; cursor: pointer; line-height: 24px; + font-size: 14px; + font-weight: bold; } .Collapsible__trigger.is-closed:before {