aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2022-09-19 16:54:04 +0000
committerzsloan2022-09-19 17:06:30 +0000
commit20025f23959f8c094c52fe03c87211947c8fe888 (patch)
treeb47223451b7a9f91b9814be4c916b1956b0d23d0
parent7785049a64dc3f1b2d9d07a31f43b8cc5527214b (diff)
downloadgenenetwork2-20025f23959f8c094c52fe03c87211947c8fe888.tar.gz
Remove commented-out html
-rw-r--r--wqflask/wqflask/static/new/css/index_page.css4
-rwxr-xr-xwqflask/wqflask/templates/index_page.html1
2 files changed, 4 insertions, 1 deletions
diff --git a/wqflask/wqflask/static/new/css/index_page.css b/wqflask/wqflask/static/new/css/index_page.css
new file mode 100644
index 00000000..34b3cebf
--- /dev/null
+++ b/wqflask/wqflask/static/new/css/index_page.css
@@ -0,0 +1,4 @@
+.info-button {
+ border: #A9A9A9;
+ background-color: #D3D3D3;
+}
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html
index 72212341..09f24d5a 100755
--- a/wqflask/wqflask/templates/index_page.html
+++ b/wqflask/wqflask/templates/index_page.html
@@ -147,7 +147,6 @@
<div class="col-xs-10 controls" style="display: flex; padding-left: 20px;">
<div class="col-2 controls">
<button id="btsearch" class="btn btn-primary form-control"><span class="glyphicon glyphicon-search"></span> Search</button>
- <!-- <input id="btsearch" type="submit" class="btn btn-primary form-control" value="Search"> -->
</div>
<div class="col-2 align-self-end controls" style="padding-left: 20px;">
<button type="button" id="make_default" class="btn form-control info-button"><span class="glyphicon glyphicon-pushpin"></span> Lock Menu</button>