From a04b225eee6976987e5ab10b369623c5543a6c78 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 30 Sep 2014 10:52:59 +0200 Subject: [PATCH] =?UTF-8?q?searchform=20for=20bootschtr=C3=A4pp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/themes/bootstrap/css/style.css | 12 ++++++++++++ htdocs/themes/bootstrap/views/list.php | 3 +++ htdocs/themes/bootstrap/views/trends.php | 3 +++ htdocs/themes/bootstrap/views/view/search.php | 7 +++++++ 4 files changed, 25 insertions(+) create mode 100644 htdocs/themes/bootstrap/views/view/search.php diff --git a/htdocs/themes/bootstrap/css/style.css b/htdocs/themes/bootstrap/css/style.css index 27129dc..c24498b 100644 --- a/htdocs/themes/bootstrap/css/style.css +++ b/htdocs/themes/bootstrap/css/style.css @@ -105,3 +105,15 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_ padding: 5px; } +/* Search */ + +.page-header { + position: relative; +} + +.searchgroup { + position: absolute; + top: 10px; + right: 0; +} + diff --git a/htdocs/themes/bootstrap/views/list.php b/htdocs/themes/bootstrap/views/list.php index ff35b19..dc42910 100644 --- a/htdocs/themes/bootstrap/views/list.php +++ b/htdocs/themes/bootstrap/views/list.php @@ -3,6 +3,9 @@

rss

+ +load->view('view/search');?> + load->view('defaults/header');?> +
+
+ +
+
+