diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-18 09:22:12 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-18 09:22:12 +0000 |
commit | daa6c61e5203d5daafee85e580b54b7af92d35ac (patch) | |
tree | 5bfa38709b3ad0c1be0e4d594f2f60cb38c95732 /views/default/css.php | |
parent | bc503749d88ae14966069724a3bbfc5c4ccc86ce (diff) | |
download | elgg-daa6c61e5203d5daafee85e580b54b7af92d35ac.tar.gz elgg-daa6c61e5203d5daafee85e580b54b7af92d35ac.tar.bz2 |
tweaked login boxes n buttons
git-svn-id: https://code.elgg.org/elgg/trunk@959 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 11 |
1 files changed, 10 insertions, 1 deletions
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 *************************************** */ |