mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
Tweak style for error messages
This commit is contained in:
parent
12cf83a843
commit
fa952176d1
1 changed files with 6 additions and 2 deletions
|
@ -699,15 +699,19 @@ h1 + .message{
|
|||
outline: 1px dashed #fff;
|
||||
}
|
||||
|
||||
ul.message.error li{
|
||||
ul.message.error > li{
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
ul.message.error li:only-child{
|
||||
ul.message.error > li:only-child{
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
ul.message.error > li + li{
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
.bulk-downloads > p,
|
||||
.bulk-downloads h2{
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue