diff --git a/misc/drupal.css b/misc/drupal.css index f41d520ff25..249b872e450 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -31,6 +31,6 @@ tr.light { background-color: #eee; } .form-item .title { font-weight: bold; margin-top: 1.1em; margin-bottom: 1px; } .form-item .description { font-size: 0.85em; } -.form-submit { padding-top: 0.5em; } +.form-submit { margin-top: 1em; } .container-inline div { display: inline; }