From 03753f463e05c965a460e64efca9478efc0271c1 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Apr 2014 16:25:35 -0700 Subject: convert /network saved search to bootstrap buttons --- include/text.php | 4 ++-- view/theme/redbasic/css/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/text.php b/include/text.php index 48a7ed368..520c9c506 100755 --- a/include/text.php +++ b/include/text.php @@ -801,9 +801,9 @@ function searchbox($s,$id='search-box',$url='/search',$save = false) { $o .= '
'; $o .= ''; $o .= ''; - $o .= ''; + $o .= ''; if(feature_enabled(local_user(),'savedsearch')) - $o .= ''; + $o .= ''; $o .= '
'; return $o; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fd8033928..d078d4473 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -622,7 +622,7 @@ footer { #netsearch-box { margin-bottom: 5px; } #search-save { - margin-left: 5px; + margin: 5px 0 0 5px; } #side-follow-wrapper { -- cgit v1.2.3