From 470d43a5879497415819c9b45afcb38a40e64c8e Mon Sep 17 00:00:00 2001
From: Josh Crompton <josh.crompton@gmail.com>
Date: Mon, 15 Aug 2016 11:34:52 +1000
Subject: [PATCH] Add padding around form field labels
Fixes #5468
---
mediagoblin/static/css/base.css | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 7852cae..1628232 100644
a
|
b
|
text-align: center;
|
457 | 457 | } |
458 | 458 | |
459 | 459 | .form_field_label { |
460 | | margin-bottom: 4px; |
461 | | } |
462 | | |
463 | | .form_field_label { |
464 | 460 | font-size:1.125em; |
| 461 | margin-bottom: 0; |
| 462 | padding: 10px 0; |
465 | 463 | } |
466 | 464 | |
467 | 465 | .form_field_description { |