diff options
author | Friendika <info@friendika.com> | 2011-09-04 17:35:06 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-04 17:35:06 -0700 |
commit | 481853d2cc44a4bf6c540e72c741ff453305a925 (patch) | |
tree | c29357adbc460d0e3096ef57e2a4844d44eaaef1 /view/theme/loozah | |
parent | f6a43afb8da061ac13d778eb7fba6e2ea6dda6d7 (diff) | |
download | volse-hubzilla-481853d2cc44a4bf6c540e72c741ff453305a925.tar.gz volse-hubzilla-481853d2cc44a4bf6c540e72c741ff453305a925.tar.bz2 volse-hubzilla-481853d2cc44a4bf6c540e72c741ff453305a925.zip |
saved searches on network page
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 50b780e97..b97f27510 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1871,6 +1871,25 @@ a.mail-list-link { margin-top: 10px; } + +#search-save { + margin-left: 5px; +} +.groupsideedit { + margin-right: 10px; +} +#saved-search-ul { + list-style-type: none; +} +.savedsearchdrop, .savedsearchterm { + float: left; + margin-top: 10px; +} +.savedsearchterm { + margin-left: 10px; +} + + #side-follow-wrapper { margin-top: 20px; } |