Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-11-07 12:58:47 +0300
committerdaita <maxence@pontapreta.net>2016-11-07 12:58:47 +0300
commit7c8d360cccebbfb2c57656ced296aee9de87e895 (patch)
tree9c8613a222a027726cfa12ac835273fbf16abbdf /css
parent87c5bfc83bbbc43dd8359e479cf25e195b03988e (diff)
Admin Files Filters
Diffstat (limited to 'css')
-rw-r--r--css/admin.css52
1 files changed, 49 insertions, 3 deletions
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