diff options
-rw-r--r-- | views/default/css.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php index 4ebb6b80f..538054ae0 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -874,9 +874,10 @@ input[type="submit"] { #register-box { text-align:left; border:1px solid #ddd; - width:300px; - padding:10px; + width:400px; + padding:20px; background: #ffffff; + margin:20px; } |