More tiny CSS adjustments for the QR.
This commit is contained in:
parent
44a0099064
commit
82189f6dcc
File diff suppressed because one or more lines are too long
@ -449,7 +449,7 @@ a[href="javascript:;"] {
|
|||||||
#qr.autohide:not(:hover) > form {
|
#qr.autohide:not(:hover) > form {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#autohide, #qr select, #dump-button, .remove, .captcha-img {
|
#qr select, #dump-button, .remove, .captcha-img {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#qr > div {
|
#qr > div {
|
||||||
@ -654,6 +654,9 @@ a[href="javascript:;"] {
|
|||||||
height: 57px;
|
height: 57px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
#file-n-submit > input {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
#file-n-submit.has-file #qr-no-file {
|
#file-n-submit.has-file #qr-no-file {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
@ -676,6 +679,7 @@ a[href="javascript:;"] {
|
|||||||
}
|
}
|
||||||
#qr-filename-container {
|
#qr-filename-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
#qr-filename {
|
#qr-filename {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -687,8 +691,8 @@ a[href="javascript:;"] {
|
|||||||
#qr-filerm {
|
#qr-filerm {
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
#qr-file-spoiler {
|
#file-n-submit > #qr-file-spoiler {
|
||||||
margin: 1px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
#qr input[type='file'] {
|
#qr input[type='file'] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user