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:
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 /css
parent92b01137cb5366fcc2a9beb66eafdc6b68a04899 (diff)
increment space of suboption
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'css')
-rw-r--r--css/navigate.css13
1 files changed, 13 insertions, 0 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;
+}
+
/**
*/