diff options
author | Friendika <info@friendika.com> | 2011-06-27 16:18:06 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-27 16:18:06 -0700 |
commit | 1947b74e5bd92f11a3e8af2223826e649233a883 (patch) | |
tree | f72f15b33c44b38f21db01c788d4b841c0497a0b /view/theme | |
parent | 14c002d7a4b96c8b1cbabec30614af4fe7b22d5a (diff) | |
download | volse-hubzilla-1947b74e5bd92f11a3e8af2223826e649233a883.tar.gz volse-hubzilla-1947b74e5bd92f11a3e8af2223826e649233a883.tar.bz2 volse-hubzilla-1947b74e5bd92f11a3e8af2223826e649233a883.zip |
some basic margins for friend suggestion screen
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 5 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c6ce8ea2c..6e771634a 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -881,6 +881,11 @@ input#dfrn-url { clear: both; } +#fsuggest-desc, #fsuggest-submit-wrapper { + margin-top: 15px; + margin-bottom: 15px; +} + .wall-item-content-wrapper { margin-top: 10px; border: 1px solid #CCC; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 98ab96d2b..c68e38b68 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -997,6 +997,13 @@ input#dfrn-url { clear: both; } + +#fsuggest-desc, #fsuggest-submit-wrapper { + margin-top: 15px; + margin-bottom: 15px; +} + + .wall-item-content-wrapper { margin-top: 10px; border: 1px solid #CCC; |