From 421bf9d5b3087afb185d776a53bc90f973955df3 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 6 Jun 2013 16:53:53 +0200 Subject: Add search --- hyperkitty/static/css/hyperkitty-base.css | 23 ++++++----------------- hyperkitty/static/css/hyperkitty-common.css | 6 ++++++ 2 files changed, 12 insertions(+), 17 deletions(-) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/hyperkitty-base.css b/hyperkitty/static/css/hyperkitty-base.css index 9d17e55..4455312 100644 --- a/hyperkitty/static/css/hyperkitty-base.css +++ b/hyperkitty/static/css/hyperkitty-base.css @@ -9,22 +9,11 @@ ul.nav.auth { margin: 0; } - -/* Search box */ - -#searchbox { - text-align:right; - padding-right: 20px; -} - -#searchbox input { - width: 250px -} - -#searchbox input::-webkit-input-placeholder { - font-style: italic; +#search-form { + float: right; + margin-right: 4em; + padding: 5px 0; } - -#searchbox input:-moz-placeholder { - font-style: italic; +#search-form form { + margin-bottom: 0; } diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 2fe6669..daa925e 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -16,6 +16,12 @@ list-style-type: none; } + +.pagination { + margin-top: 3em; +} + + /* from Bootstrap's alert class */ .errorlist { list-style-type: none; -- cgit