]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3672 updated account forms for max width
authorCash Costello <cash.costello@gmail.com>
Thu, 27 Oct 2011 12:12:52 +0000 (08:12 -0400)
committerCash Costello <cash.costello@gmail.com>
Thu, 27 Oct 2011 12:12:52 +0000 (08:12 -0400)
pages/account/register.php
views/default/css/admin.php
views/default/css/elements/forms.php

index 5eb2b40015c27f65258221a78aca10df03d6b9ac..cf18a635bfb42d8d8cef065efb31503a59170616 100644 (file)
@@ -37,7 +37,7 @@ if (elgg_get_config('https_login')) {
 }
 $form_params = array(
        'action' => $register_url,
-       'class' => 'elgg-form-account float',
+       'class' => 'elgg-form-account',
 );
 
 $body_params = array(
index 72c3692e93cd2168fc27ae6d46ec40a4059f0f30..73996a19998b16c1bba7b8ac90335ddbd44f9eaa 100644 (file)
@@ -506,6 +506,15 @@ a.elgg-button {
        text-decoration: none;
 }
 
+.elgg-form-useradd input[type=text],
+.elgg-form-useradd input[type=password] {
+       width: 300px;
+}
+
+.elgg-form-settings {
+       max-width: 600px;
+}
+
 /* **************************************
      DATE PICKER
 *************************************** */
index 255d95622b18b64d057996725bfbe697043c6e8d..d14c341a761bba2bb53a91e3376fce18e29ea781 100644 (file)
@@ -77,9 +77,8 @@ input[type="radio"] {
        padding-right: 10px;
 }
 
-.elgg-form-account input[type="text"],
-.elgg-form-account input[type="password"] {
-       width: 300px;
+.elgg-form-login, .elgg-form-account {
+       max-width: 450px;
 }
 
 /* ***************************************