aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-05 20:31:06 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-05 20:31:06 +0000
commit9f8b75b3a288a6e0fb969ed0f853c80a109831ca (patch)
tree2177fa2e94b74a465da6820fedbb13b09cede171 /views
parent9c3b166db634130111c7a6712a7935a0872359fe (diff)
downloadelgg-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
Diffstat (limited to 'views')
-rw-r--r--views/default/css.php5
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;
}