diff options
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-base.css | 23 | ||||
-rw-r--r-- | hyperkitty/static/css/hyperkitty-common.css | 6 |
2 files changed, 12 insertions, 17 deletions
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; |