From 101c8ce90023d7631930d8ff442360ae775f368e Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Wed, 15 Mar 2023 19:45:20 +0300 Subject: minor globalsearch enhancement --- wqflask/wqflask/templates/base.html | 53 ++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index ea994b52..8dae761f 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -21,6 +21,8 @@ + + {% block css %} {% endblock %} + + +.btn-stc { + padding:9px 8px; + + border-left:none; + + border-radius:0 40px 40px 0; + + cursor: pointer; + + height: 40px; + width: 64px; + margin:0; + border:1px solid #d3d3d3; + background-color: white; + + position: absolute; + + top:0; + left: 100%; + + right: 0; + + border-left: none; + + + + + + +} + + +
@@ -152,11 +188,22 @@