diff options
author | Friendika <info@friendika.com> | 2011-03-22 03:07:46 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-22 03:07:46 -0700 |
commit | c4b292a4f103eb049c13dbe3c62f0438c18de816 (patch) | |
tree | 105ba225e56b5798e42c9c280f2958fec73bf859 /view/theme | |
parent | cd2a0802e4840253540f256fc49459b8e7c1e911 (diff) | |
download | volse-hubzilla-c4b292a4f103eb049c13dbe3c62f0438c18de816.tar.gz volse-hubzilla-c4b292a4f103eb049c13dbe3c62f0438c18de816.tar.bz2 volse-hubzilla-c4b292a4f103eb049c13dbe3c62f0438c18de816.zip |
account/profile/contacts export
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 5 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index eda3cbf27..758ab9699 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -372,6 +372,7 @@ input#dfrn-url { } #settings-nick-wrapper { + margin-top: 20px; margin-bottom: 30px; } @@ -2044,8 +2045,8 @@ a.mail-list-link { } -#plugin-settings-link, #account-settings-link { - margin-bottom: 25px; +#plugin-settings-link, #account-settings-link, #uexport-link { + margin-bottom: 10px; } /* end from defautlt */ diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 4a092c6d2..4d2ca6d63 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -505,7 +505,7 @@ input#dfrn-url { } #settings-nick-wrapper { - margin-bottom: 30px; + margin-bottom: 15px; } #settings-expire-end { @@ -608,7 +608,7 @@ input#dfrn-url { } #settings-nick { - margin-bottom: 50px; + margin-bottom: 30px; } #cropimage-wrapper, #cropimage-preview-wrapper { @@ -2079,8 +2079,8 @@ a.mail-list-link { } -#plugin-settings-link, #account-settings-link { - margin-bottom: 25px; +#plugin-settings-link, #account-settings-link, #uexport-link { + margin-bottom: 10px; } |