From daa6c61e5203d5daafee85e580b54b7af92d35ac Mon Sep 17 00:00:00 2001
From: pete
Date: Wed, 18 Jun 2008 09:22:12 +0000
Subject: tweaked login boxes n buttons
git-svn-id: https://code.elgg.org/elgg/trunk@959 36083f99-b078-4883-b0ff-0f9b5a30f544
---
views/default/account/forms/login.php | 2 +-
views/default/account/forms/register.php | 2 +-
views/default/css.php | 11 ++++++++++-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/views/default/account/forms/login.php b/views/default/account/forms/login.php
index 1e4407f99..b3ebda810 100644
--- a/views/default/account/forms/login.php
+++ b/views/default/account/forms/login.php
@@ -18,7 +18,7 @@
-
+
\ No newline at end of file
diff --git a/views/default/account/forms/register.php b/views/default/account/forms/register.php
index ff4ab6dc1..1d9421282 100644
--- a/views/default/account/forms/register.php
+++ b/views/default/account/forms/register.php
@@ -21,7 +21,7 @@
-
+
\ No newline at end of file
diff --git a/views/default/css.php b/views/default/css.php
index 8622e44ba..6c00a6e16 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -591,7 +591,7 @@ textarea:focus, input[type="text"]:focus {
}
/* ***************************************
- LOGIN / HOMEPAGE
+ LOGIN / REGISTER
*************************************** */
#login-box {
text-align:left;
@@ -599,8 +599,17 @@ textarea:focus, input[type="text"]:focus {
width:300px;
padding:10px;
background: #ffffff;
+ margin-left: 20px;
}
+#register-box {
+ text-align:left;
+ border:1px solid #ddd;
+ width:300px;
+ padding:10px;
+ background: #ffffff;
+ margin-left: 40px;
+}
/* ***************************************
MAIN CONTENT ELEMENTS
*************************************** */
--
cgit v1.2.3