diff options
author | Friendika <info@friendika.com> | 2011-03-01 20:18:47 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-01 20:18:47 -0800 |
commit | 377f991ac5b1e8c3c679fbbc5e138256bc24715b (patch) | |
tree | 7194d35eec60763cf754ed82d36aaf9737e13862 /view | |
parent | 5ff1462e1e98e97f623022c23deea0147c62327b (diff) | |
download | volse-hubzilla-377f991ac5b1e8c3c679fbbc5e138256bc24715b.tar.gz volse-hubzilla-377f991ac5b1e8c3c679fbbc5e138256bc24715b.tar.bz2 volse-hubzilla-377f991ac5b1e8c3c679fbbc5e138256bc24715b.zip |
switch identities to manage pages
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 13 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 14 |
2 files changed, 27 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3877fb2ea..158649933 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2040,3 +2040,16 @@ a.mail-list-link { margin: 10px; } +#identity-manage-desc { + margin-top:15px; + margin-bottom: 15px; +} + +#identity-manage-choose { + margin-bottom: 15px; +} + +#identity-submit { + margin-top: 20px; +} + diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 7e8299eb5..902e71be8 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2086,3 +2086,17 @@ a.mail-list-link { margin: 10px; } + +#identity-manage-desc { + margin-top:15px; + margin-bottom: 15px; +} + +#identity-manage-choose { + margin-bottom: 15px; +} + +#identity-submit { + margin-top: 20px; +} + |