Ticket #5468: 0001-Add-padding-around-form-field-labels.patch

File 0001-Add-padding-around-form-field-labels.patch, 727 bytes (added by jscn, 8 years ago)
  • mediagoblin/static/css/base.css

    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;  
    457457}
    458458
    459459.form_field_label {
    460   margin-bottom: 4px;
    461 }
    462 
    463 .form_field_label {
    464460  font-size:1.125em;
     461  margin-bottom: 0;
     462  padding: 10px 0;
    465463}
    466464
    467465.form_field_description {