diff options
author | Alexander_Kabui | 2024-09-24 11:09:49 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-24 11:09:49 +0300 |
commit | 693b5f4f3034f32fef37e0c704a1be35e0fc35a1 (patch) | |
tree | 6ab756bce5f50041b892b884f00a48c8e9aa3dee /gn2/wqflask | |
parent | baefce471cf71528855dc9b5ecf2934215717bc9 (diff) | |
download | genenetwork2-693b5f4f3034f32fef37e0c704a1be35e0fc35a1.tar.gz |
Refactor: apply djlint for index page file.
Diffstat (limited to 'gn2/wqflask')
-rwxr-xr-x | gn2/wqflask/templates/index_page.html | 62 |
1 files 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; } - - </style> {% endblock %} {% block search %} @@ -127,7 +123,9 @@ <a href="/gnqna">GNQA Search</a> </span> <span style="padding: 5px;margin-left: 65px;"> - <a style="text-decoration: none" target="_blank" href="https://issues.genenetwork.org/topics/xapian/xapian-search-queries"> + <a style="text-decoration: none" + target="_blank" + href="https://issues.genenetwork.org/topics/xapian/xapian-search-queries"> <i style="text-align: center; color:#336699" class="fa fa-question-circle fa-2x" |