mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
Fix various CSS errors
This commit is contained in:
parent
3eec28f9da
commit
8930d9b906
3 changed files with 22 additions and 19 deletions
|
@ -166,7 +166,6 @@ form[action^="/artworks/"]{
|
|||
margin-top: 1.4rem;
|
||||
}
|
||||
|
||||
|
||||
label.picture::before{
|
||||
bottom: 2.6rem; /* Fix alignment caused by "circa" checkbox */
|
||||
}
|
||||
|
@ -419,6 +418,10 @@ main section.narrow h1 ~ picture{
|
|||
form.create-update-artwork > fieldset label:has(input[name="artwork-image"]){
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
label.picture::before{
|
||||
bottom: 1.2rem; /* Restore normal alignment due to 'circa' checkbox no longer being on same plane */
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 480px){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue