From d145ef2021da845e257681f1dc93d274d814e90f Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 11 Nov 2014 23:09:55 +0100 Subject: some work on directory widgets --- view/css/widgets.css | 27 +++++--------------------- view/theme/redbasic/css/style.css | 13 ------------- view/tpl/dir_sort_links.tpl | 8 +++++--- view/tpl/peoplefind.tpl | 41 +++++++++++++++++++++++---------------- view/tpl/safesearch.tpl | 4 +++- view/tpl/searchbox.tpl | 2 +- 6 files changed, 38 insertions(+), 57 deletions(-) (limited to 'view') diff --git a/view/css/widgets.css b/view/css/widgets.css index b5a99d5ae..a24f5fb29 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -12,6 +12,11 @@ padding: 6px 10px; } +.widget-input { + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} + /* suggest */ .suggest-widget-more { @@ -28,13 +33,6 @@ margin-top: 15px; } -/* search */ - -#search-text { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - /* notes */ #note-text { @@ -51,21 +49,6 @@ } -/* peoplefind */ - -#peoplefind-sidebar .btn { - margin: 10px 0 10px 0; -} - -#side-peoplefind-url { - margin-top: 5px; -} - -#side-peoplefind-url { - font-size: 1em; -} - - /* fileas */ diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f3bf546ea..ea8aa3365 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2019,10 +2019,6 @@ img.mail-list-sender-photo { -moz-border-radius: $radiuspx; } -#saved-search-ul { - list-style-type: none; -} - .fileas-ul { list-style-type: none; } @@ -2032,15 +2028,6 @@ img.mail-list-sender-photo { border-radius: $radiuspx; -moz-border-radius: $radiuspx; } -/* -.categories-ul { - list-style-type: none; -} - -#sidebar-group-list ul, #posted-date-selector { - list-style-type: none; -} -*/ .profile-thing-list img, .thing-show img, .thing-edit-links a { margin-top: 8px; diff --git a/view/tpl/dir_sort_links.tpl b/view/tpl/dir_sort_links.tpl index d78aec1f5..f6d8c3454 100644 --- a/view/tpl/dir_sort_links.tpl +++ b/view/tpl/dir_sort_links.tpl @@ -1,6 +1,8 @@ diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 55bf1575f..6ec37539b 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -1,22 +1,29 @@

{{$findpeople}}

-
{{$desc}}
- - -
- {{if $advanced_search}} - {{$advanced_search}} -
- diff --git a/view/tpl/safesearch.tpl b/view/tpl/safesearch.tpl index e0b2ab538..58ce22741 100644 --- a/view/tpl/safesearch.tpl +++ b/view/tpl/safesearch.tpl @@ -1,4 +1,6 @@

{{$safemode}}

-{{$toggle}} +
diff --git a/view/tpl/searchbox.tpl b/view/tpl/searchbox.tpl index 02b2d4a50..f4301f0f5 100644 --- a/view/tpl/searchbox.tpl +++ b/view/tpl/searchbox.tpl @@ -1,7 +1,7 @@
- +
{{if $savedsearch}} -- cgit v1.2.3