diff options
author | friendica <info@friendica.com> | 2014-04-16 21:46:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-16 21:46:06 -0700 |
commit | 962665b8b56491dc59a62f2cb5c05eb353abb79f (patch) | |
tree | 8b8a7c90bb502bcd6cb691b847fdf5f8fedcb9bf /view | |
parent | be498be840fd23bc6dc45d6fdef6291621635f02 (diff) | |
download | volse-hubzilla-962665b8b56491dc59a62f2cb5c05eb353abb79f.tar.gz volse-hubzilla-962665b8b56491dc59a62f2cb5c05eb353abb79f.tar.bz2 volse-hubzilla-962665b8b56491dc59a62f2cb5c05eb353abb79f.zip |
saved search adjustments
Diffstat (limited to 'view')
-rw-r--r-- | view/css/widgets.css | 9 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 13 |
2 files changed, 9 insertions, 13 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index 5087957b2..326dfa0a1 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -33,6 +33,15 @@ /* saved searches */ + +#netsearch-box #search-submit { + margin: 10px 0 7px 0; +} + +#search-save { + margin: 10px 0 7px 5px; +} + .saved-search-li { margin-top: 3px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 73893ec28..0618a3612 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -629,11 +629,6 @@ aside li { color: #0080FF; } -#netsearch-box { margin-bottom: 5px; } - -#search-save { - margin: 5px 0 0 5px; -} #side-follow-wrapper { margin-top: 20px; @@ -1108,14 +1103,6 @@ aside li { } -#netsearch-box { - margin-top: 20px; -} - -#netsearch-box #search-submit { - margin: 5px 0px 0px 0px; -} - .required { color: #FF0000; } |