diff options
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 *************************************** */ |