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
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-04-08 00:54:37 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-04-08 00:54:37 +0300
commitc1d5f6be44705933bc82132480029661be0a21b9 (patch)
tree786d5728185a6ebe3f40527bc7d2a939f59aa748
parent92b01137cb5366fcc2a9beb66eafdc6b68a04899 (diff)
increment space of suboption
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--css/navigate.css13
-rw-r--r--js/navigate.js4
2 files changed, 16 insertions, 1 deletions
diff --git a/css/navigate.css b/css/navigate.css
index b588445..2c8a30e 100644
--- a/css/navigate.css
+++ b/css/navigate.css
@@ -24,10 +24,23 @@
opacity: 0.65;
}
+.search_input_sub {
+ margin-right: 10px !important;
+ opacity: 0.65;
+}
+
+.search_input_sub_small {
+ width: 70px;
+}
+
.search_icon {
background-image: url('/apps/fulltextsearch/img/fulltextsearch_black.svg');
}
+a.ulsub {
+ padding: 0px 12px 0 12px !important;
+}
+
/**
*/
diff --git a/js/navigate.js b/js/navigate.js
index ee8fb20..dc95a47 100644
--- a/js/navigate.js
+++ b/js/navigate.js
@@ -122,11 +122,13 @@ Navigate.prototype = {
var subA = $('<a>', {
href: '#',
+ class: 'ulsub',
text: sub.title
});
+ var subAInput;
if (sub.type === 'checkbox') {
- var subAInput = $('<input>', {
+ subAInput = $('<input>', {
class: 'search_checkbox_sub',
type: 'checkbox',
'data-option': sub.name