ux tweaks

This commit is contained in:
ed 2020-05-06 23:40:36 +02:00
parent 2f09c62c4e
commit 5b55d05a20
4 changed files with 7 additions and 6 deletions

View file

@ -239,8 +239,8 @@ blink {
height: 1.05em; height: 1.05em;
margin: -.2em .3em -.2em -.4em; margin: -.2em .3em -.2em -.4em;
display: inline-block; display: inline-block;
border: 1px solid rgba(0,0,0,0.3); border: 1px solid rgba(0,0,0,0.2);
border-width: .05em .05em 0 0; border-width: .2em .2em 0 0;
transform: rotate(45deg); transform: rotate(45deg);
} }
#mn a:hover { #mn a:hover {

View file

@ -44,8 +44,8 @@ html, body {
height: 1.05em; height: 1.05em;
margin: -.2em .3em -.2em -.4em; margin: -.2em .3em -.2em -.4em;
display: inline-block; display: inline-block;
border: 1px solid rgba(0,0,0,0.3); border: 1px solid rgba(0,0,0,0.2);
border-width: .05em .05em 0 0; border-width: .2em .2em 0 0;
transform: rotate(45deg); transform: rotate(45deg);
} }
#mn a:hover { #mn a:hover {

View file

@ -211,7 +211,8 @@ function up2k_init(have_crypto) {
// handle user intent to use the basic uploader instead // handle user intent to use the basic uploader instead
o('u2nope').onclick = function (e) { o('u2nope').onclick = function (e) {
e.preventDefault(); e.preventDefault();
un2k(); setmsg('');
goto('bup');
}; };
if (!String.prototype.format) { if (!String.prototype.format) {

View file

@ -66,5 +66,5 @@
</table> </table>
<p id="u2foot"></p> <p id="u2foot"></p>
<p>( if you don't need lastmod timestamps, resumable uploads or progress bars just use the <a href="#" id="u2nope" onclick="javascript:goto('bup');">basic uploader</a>)</p> <p>( if you don't need lastmod timestamps, resumable uploads or progress bars just use the <a href="#" id="u2nope">basic uploader</a>)</p>
</div> </div>