Minor UI improvements

This commit is contained in:
RunasSudo 2021-01-05 01:59:24 +11:00
parent 71447d49b5
commit 7afd8d7bfd
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 7 additions and 2 deletions

View File

@ -33,10 +33,15 @@
content: "•"; content: "•";
color: #ccc; color: #ccc;
} }
.menudiv {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
border-bottom: 1px solid #ccc;
}
</style> </style>
</head> </head>
<body> <body>
<div> <div class="menudiv">
<input type="file" id="bltFile"> <input type="file" id="bltFile">
<button onclick="clickCount()">Count</button> <button onclick="clickCount()">Count</button>
<i class="sep"></i> <i class="sep"></i>
@ -58,7 +63,7 @@
<a href="https://yingtongli.me/blog/2020/12/24/pyrcv2.html">Information and instructions</a> <a href="https://yingtongli.me/blog/2020/12/24/pyrcv2.html">Information and instructions</a>
</div> </div>
<div id="divAdvancedOptions" style="display: none;"> <div id="divAdvancedOptions" class="menudiv" style="display: none;">
<label> <label>
Numbers: Numbers:
<select id="selNumbers"> <select id="selNumbers">