From 7c8d360cccebbfb2c57656ced296aee9de87e895 Mon Sep 17 00:00:00 2001 From: daita Date: Mon, 7 Nov 2016 08:58:47 -0100 Subject: Admin Files Filters --- css/admin.css | 52 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/admin.css b/css/admin.css index 43e5387..074876c 100644 --- a/css/admin.css +++ b/css/admin.css @@ -1,6 +1,6 @@ #nextant_saving_settings, #nextant_saving_files, - #nextant_saving_bookmarks, #nextant_saving_check, - #nextant_saving_status { + #nextant_saving_files_filters, #nextant_saving_bookmarks, + #nextant_saving_check, #nextant_saving_status { font-weight: bolder; font-size: 12px; margin-left: 30px; @@ -10,9 +10,46 @@ } #nextant-display { - width: 400px; + width: 450px; height: 250px; position: relative; + border-radius: 20px; + padding: 10px; +} + +#nextant-filters { + width: 450px; + height: 250px; + border-radius: 20px; + position: absolute; + margin-top: 20px; + padding: 10px; + top: 400px; +} + +DIV.solr_filters_item { + float: left; + width: 200px; + font-style: italic; + font-size: 12px; +} + +DIV.solr_filters_item_large { + float: left; + width: 400px; + font-style: italic; + font-size: 12px; +} + +DIV.solr_filters_title { + font-weight: bold; + font-size: 13px; +} + +DIV.nextant-box { + border: solid 1px #f3f3f3; + box-shadow: 2px 2px 5px #0000004D; + background: #f8f8f8; } DIV.nextant-display-line { @@ -51,4 +88,13 @@ TD.nextant_admin_head { padding: 4px; padding-right: 30px; font-style: italic; +} + +#solr_switch_filters, #solr_switch_filters:hover { + cursor: pointer; + font-size: 12px; +} + +#solr_switch_filters:hover { + text-decoration: underline; } \ No newline at end of file -- cgit v1.2.3