Minor UI improvements
This commit is contained in:
parent
71447d49b5
commit
7afd8d7bfd
@ -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">
|
||||||
|
Reference in New Issue
Block a user