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 @@