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-02-09 20:55:00 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-02-09 20:55:00 +0300
commit596db658f5b73823993f4a2ee03fbf6a6477a9fa (patch)
treeac002f0356a272132d38fc12ae4968b20870f07a /css
parent71602492a93d105c7c37c6eb72c557a6d5671713 (diff)
smaller display
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'css')
-rw-r--r--css/fulltextsearch.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/css/fulltextsearch.css b/css/fulltextsearch.css
index 92783d1..c76f3d4 100644
--- a/css/fulltextsearch.css
+++ b/css/fulltextsearch.css
@@ -14,8 +14,9 @@ div.icon-fulltextsearch {
}
#fts-popup {
- width: 400px;
+ width: 340px;
right: 100px;
+ max-width: 90%;
}
#fts-popup::after {
@@ -37,6 +38,7 @@ div.icon-fulltextsearch {
width: 100%;
}
+
/**
*/
@@ -184,6 +186,10 @@ div.icon-fulltextsearch {
}
.div-table-col-left {
- width: 220px;
+ width: 170px;
margin-top: 8px;
+ color: #707070;
+ margin-right: 15px;
+ text-align: right;
+
}