mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
fix that one logout button AGAIN
This commit is contained in:
parent
d1529edfc0
commit
2422d59ec8
|
|
@ -104,6 +104,7 @@ a {
|
||||||
padding: 0 .6em;
|
padding: 0 .6em;
|
||||||
line-height: 1.8em;
|
line-height: 1.8em;
|
||||||
border-width: 0 0 2px 0;
|
border-width: 0 0 2px 0;
|
||||||
|
max-height: 30px;
|
||||||
}
|
}
|
||||||
#lo:hover, #lo:focus-visible,
|
#lo:hover, #lo:focus-visible,
|
||||||
a:hover, a:focus-visible {
|
a:hover, a:focus-visible {
|
||||||
|
|
@ -220,11 +221,11 @@ table {
|
||||||
.agr br {
|
.agr br {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#lo,
|
|
||||||
.agr a,
|
.agr a,
|
||||||
.agr form {
|
.agr form {
|
||||||
margin: 0 .5em 0 0;
|
margin: 0 .5em 0 0;
|
||||||
line-height: 2.5em;
|
line-height: 1.3em;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.agr form,
|
.agr form,
|
||||||
.agr input {
|
.agr input {
|
||||||
|
|
@ -232,7 +233,6 @@ table {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#lo,
|
|
||||||
.agr input {
|
.agr input {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue