diff options
author | Friendika <info@friendika.com> | 2011-05-26 17:47:33 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-26 17:47:33 -0700 |
commit | 341f853b042f0f4dcdc5e256c46a25c402d2de2e (patch) | |
tree | cb337a534cad645820a3634fc7e57399d6409f26 /view/theme | |
parent | 7acb8fa6e7144435b81b57e3ad949846b1cbb68d (diff) | |
download | volse-hubzilla-341f853b042f0f4dcdc5e256c46a25c402d2de2e.tar.gz volse-hubzilla-341f853b042f0f4dcdc5e256c46a25c402d2de2e.tar.bz2 volse-hubzilla-341f853b042f0f4dcdc5e256c46a25c402d2de2e.zip |
search from network page
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 10 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 2bac4238e..58cf8646c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2394,6 +2394,16 @@ a.mail-list-link { margin: 0px 3px 0px 3px; } + +#netsearch-box { + margin-top: 20px; +} + +#netsearch-box #search-submit { + margin: 5px 0px 0px 0px; +} + + /** * ICONS */ diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 9c6c0120b..7c9697b4d 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2411,6 +2411,14 @@ a.mail-list-link { width: 300px; } +#netsearch-box { + margin-top: 20px; +} + +#netsearch-box #search-submit { + margin: 5px 0px 0px 0px; +} + /** * ICONS */ |