From 596db658f5b73823993f4a2ee03fbf6a6477a9fa Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Fri, 9 Feb 2018 16:55:00 -0100 Subject: smaller display Signed-off-by: Maxence Lange --- css/fulltextsearch.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'css') 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; + } -- cgit v1.2.3