about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzsloan2021-02-02 12:52:31 -0600
committerzsloan2021-02-02 12:52:31 -0600
commit1f3d1c62b5317f5c98cbb1ff3556e3e6b8c239e2 (patch)
tree0a6b1a19973780cd26509e65931e9830f96a98c2
parent559e9a13987a721d1f2a94b087fbf33d42806483 (diff)
downloadgenenetwork2-1f3d1c62b5317f5c98cbb1ff3556e3e6b8c239e2.tar.gz
Made the Info buttons on the home page less wide
-rwxr-xr-xwqflask/wqflask/templates/index_page_orig.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html
index 8d72ad7d..16caa30b 100755
--- a/wqflask/wqflask/templates/index_page_orig.html
+++ b/wqflask/wqflask/templates/index_page_orig.html
@@ -49,7 +49,7 @@
                                           <i class="icon-question-sign"></i>
                                         </div>
                                         <div class="col-3" style="margin-left: 10px;">
-                                            <button type="button" id="group_info" class="btn btn-primary form-control" style="width: 75px !important;">Info</button>
+                                            <button type="button" id="group_info" class="btn btn-primary form-control" style="width: 50px !important;">Info</button>
                                         </div>
                                     </div>
                                 </div>
@@ -61,7 +61,7 @@
                                           <select name="type" id="type" class="form-control" style="width: 340px !important;"><option>Loading...</option></select>
                                         </div>
                                         <div class="col-3" style="margin-left: 10px;">
-                                            <button type="button" id="dataset_info" class="btn btn-primary form-control" style="width: 75px !important;">Info</button>
+                                            <button type="button" id="dataset_info" class="btn btn-primary form-control" style="width: 50px !important;">Info</button>
                                         </div>
                                     </div>
                                 </div>