From 693b5f4f3034f32fef37e0c704a1be35e0fc35a1 Mon Sep 17 00:00:00 2001
From: Alexander_Kabui
Date: Tue, 24 Sep 2024 11:09:49 +0300
Subject: Refactor: apply djlint for index page file.
---
gn2/wqflask/templates/index_page.html | 62 +++++++++++++++++------------------
1 file changed, 30 insertions(+), 32 deletions(-)
diff --git a/gn2/wqflask/templates/index_page.html b/gn2/wqflask/templates/index_page.html
index 40f375d9..18013f20 100755
--- a/gn2/wqflask/templates/index_page.html
+++ b/gn2/wqflask/templates/index_page.html
@@ -54,40 +54,36 @@
}
.toot {
- padding-top:8px;
- background:#f9f9f9;
- color:#000;
+ padding-top:8px;
+ background:#f9f9f9;
+ color:#000;
}
-
- .global_search_input{
- padding:9px 8px;
- text-decoration: none;
- border: none;
-
- border-radius: 5px;
- }
- .global_search_input:focus{
- outline: none;
- }
- .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;
+ .global_search_input{
+ padding:9px 8px;
+ text-decoration: none;
+ border: none;
+ border-radius: 5px;
+ }
+ .global_search_input:focus{
+ outline: none;
+ }
+ .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;
}
-
-
{% endblock %}
{% block search %}
@@ -127,7 +123,9 @@
GNQA Search
-
+