From: sarven Date: Sun, 18 Jan 2009 01:02:42 +0000 (+0000) Subject: Minor cleanup for login style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=88c7da66f0102b0890d52a53aba47c02a16fa5c2;p=quix0rs-gnu-social.git Minor cleanup for login style --- diff --git a/actions/login.php b/actions/login.php index e92087a28a..c213e2ab5e 100644 --- a/actions/login.php +++ b/actions/login.php @@ -131,6 +131,7 @@ class LoginAction extends Action { $this->elementStart('form', array('method' => 'post', 'id' => 'form_login', + 'class' => 'form_settings', 'action' => common_local_url('login'))); $this->elementStart('fieldset'); $this->element('legend', null, _('Login to site')); diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 435cb15760..35a146fa74 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -149,10 +149,6 @@ margin-bottom:0; margin-bottom:11px; } -#settings_email_address { -margin-bottom:29px; -} - .form_settings input.checkbox { margin-top:3px; } @@ -162,6 +158,10 @@ width:auto; margin-top:0; } +#form_login p.form_guide { +margin-left:0; +} + /* FORM SETTINGS */