3ce896cb9804962a98a273c59ce6e3ab428253b6
max
  Sun May 12 09:12:46 2024 -0700
making track table a tiny bit wider, Lou had the idea when sitting next to me, so no redmine

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 7f6f312..dccfcd9 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -31,31 +31,31 @@
 
 input[type="submit"], input[type="button"], button {
     border: 1px solid rgba(100, 100, 100, .5);
     border-radius: 3px;
     margin: 0;
     padding-top: 3px;
     padding-bottom: 3px;
     background-color: #EEE;
 }
 
 input[type="submit"]:hover, input[type="button"]:hover, button:hover {
     background-color: #E8E8E8;
 }
 
 #trackCtrlTable {
-        width: 90%;
+        width: 95%;
 
 }
 
 .moveButtonText {
         font-size: 80%
 }
 
 .infoText { 
         font-size: 90%;
         text-align: center;
 }
 
 .infoText > input {
     margin-left: 3px;
     margin-right: 3px;