diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-27 14:44:34 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:46 +0200 |
| commit | b91b77e335c0b0f2dca2b261c64414c96fdb2412 (patch) | |
| tree | 85d249b38825e5a19104f6c95f07b8c10b6e967a /searx/static | |
| parent | 6fa5f02d0b6a5cdd65216b689f217a42beb7070f (diff) | |
oscar template: improve result page
* add paging support
* add suggestion panel
* add links panel
Diffstat (limited to 'searx/static')
| -rw-r--r-- | searx/static/oscar/css/oscar.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/searx/static/oscar/css/oscar.css b/searx/static/oscar/css/oscar.css index b3e42f607..b0c0c7344 100644 --- a/searx/static/oscar/css/oscar.css +++ b/searx/static/oscar/css/oscar.css @@ -15,7 +15,7 @@ body { bottom: 0; width: 100%; /* Set the fixed height of the footer here */ - height: 40px; + height: 60px; } input[type=checkbox]:checked ~ .label_hide_if_checked { @@ -51,3 +51,15 @@ input[type=checkbox]:not(:checked) ~ .label_hide_if_not_checked { max-height: 128px; min-height: 128px; } + +.suggestion_item { + margin: 2px 5px; +} + +.result_download { + margin-right: 5px; +} + +#pagination { + margin-top: 30px; +} |