From 8a1b86dd2d00a4aa509477d173da85103a8af135 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 22 Apr 2016 20:00:16 -0500 Subject: [PATCH] Tweak styles for form field labels OMG so tired of these ugly fieldsets, where is the magic UI fairy? --- tailbone/static/css/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/static/css/forms.css b/tailbone/static/css/forms.css index ee132baf..cb1b02f9 100644 --- a/tailbone/static/css/forms.css +++ b/tailbone/static/css/forms.css @@ -57,7 +57,7 @@ div.field-wrapper label { color: #000000; display: block; float: left; - width: 170px; + width: 15em; font-weight: bold; margin-top: 2px; white-space: nowrap;