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/loozah | |
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/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; |