mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Merge admin pages with regular pages for art system
This commit is contained in:
parent
52033320e1
commit
b99d2aac1a
15 changed files with 348 additions and 441 deletions
|
@ -14,14 +14,6 @@
|
|||
font-display: swap;
|
||||
}
|
||||
|
||||
form button.decline-button{
|
||||
background-color: #777;
|
||||
}
|
||||
|
||||
form button.decline-button:hover{
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
.artworks nav > a{
|
||||
border: 1px solid rgba(0, 0, 0, .5);
|
||||
font-style: normal;
|
||||
|
@ -219,6 +211,12 @@ main.artworks nav ol li a:hover{
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
form[action^="/artworks/"]{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.artworks form[action="/artworks"]{
|
||||
align-items: end;
|
||||
display: grid;
|
||||
|
@ -289,7 +287,7 @@ form[action="/artworks"] label{
|
|||
display: block;
|
||||
}
|
||||
|
||||
form[action="/artworks"] div.footer{
|
||||
form div.footer{
|
||||
margin-top: 1rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue