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:
-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;
+
}