fixed style of inputs on release edit page (whoops!)

This commit is contained in:
ari melody 2025-01-24 01:04:57 +00:00
parent e004491b55
commit 9a27dbdc37
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 15 additions and 7 deletions

View file

@ -206,13 +206,13 @@ form {
width: 100%;
display: block;
}
label {
form label {
width: 100%;
margin: 1rem 0 .5rem 0;
display: block;
color: #10101080;
}
input {
form input {
margin: .5rem 0;
padding: .3rem .5rem;
display: block;

View file

@ -5,10 +5,11 @@ div.card {
}
label {
width: 100%;
margin: 1rem 0 .5rem 0;
display: block;
color: #10101080;
width: auto;
margin: 0;
display: flex;
align-items: center;
color: inherit;
}
input {
width: min(20rem, calc(100% - 1rem));

View file

@ -228,12 +228,14 @@ dialog div.dialog-actions {
}
#editcredits .credit .credit-info .credit-attribute label {
width: auto;
margin: 0;
display: flex;
align-items: center;
}
#editcredits .credit .credit-info .credit-attribute input[type="text"] {
margin-left: .25em;
margin: 0 0 0 .25em;
padding: .2em .4em;
flex-grow: 1;
font-family: inherit;
@ -241,6 +243,9 @@ dialog div.dialog-actions {
border-radius: 4px;
color: inherit;
}
#editcredits .credit .credit-info .credit-attribute input[type="checkbox"] {
margin: 0 .3em;
}
#editcredits .credit .artist-name {
font-weight: bold;
@ -369,8 +374,10 @@ dialog div.dialog-actions {
#editlinks td input[type="text"] {
width: calc(100% - .6em);
height: 100%;
margin: 0;
padding: 0 .3em;
border: none;
border-radius: 0;
outline: none;
cursor: pointer;
background: none;