diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-05 20:31:06 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-05 20:31:06 +0000 |
commit | 9f8b75b3a288a6e0fb969ed0f853c80a109831ca (patch) | |
tree | 2177fa2e94b74a465da6820fedbb13b09cede171 | |
parent | 9c3b166db634130111c7a6712a7935a0872359fe (diff) | |
download | elgg-9f8b75b3a288a6e0fb969ed0f853c80a109831ca.tar.gz elgg-9f8b75b3a288a6e0fb969ed0f853c80a109831ca.tar.bz2 |
toolbar fixes and register box positioning fixed
git-svn-id: https://code.elgg.org/elgg/trunk@1722 36083f99-b078-4883-b0ff-0f9b5a30f544
-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; } |