Cleans up alt tag generation for covers
This commit is contained in:
parent
e9be06538f
commit
984cafb28e
5 changed files with 26 additions and 9 deletions
|
@ -170,13 +170,15 @@ body {
|
|||
|
||||
div.pulldown-button {
|
||||
background-color: #eee;
|
||||
border: 2px solid #247BA0;
|
||||
border-radius: 0.3em;
|
||||
color: #247BA0;
|
||||
width: max-content;
|
||||
margin: 0 auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.post div.pulldown-button {
|
||||
border: 2px solid #247BA0;
|
||||
}
|
||||
|
||||
.pulldown-button form {
|
||||
display: inline;
|
||||
|
@ -348,9 +350,12 @@ button, input[type="submit"] {
|
|||
}
|
||||
button.secondary {
|
||||
background-color: #EEE;
|
||||
border: 2px solid #247BA0;
|
||||
color: #247BA0;
|
||||
}
|
||||
.post button.secondary {
|
||||
border: 2px solid #247BA0;
|
||||
}
|
||||
|
||||
button.warning {
|
||||
background-color: #FF1654;
|
||||
}
|
||||
|
@ -499,6 +504,7 @@ button .icon {
|
|||
.book-preview {
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
}
|
||||
.book-preview.grid {
|
||||
float: left;
|
||||
|
@ -597,9 +603,6 @@ dd {
|
|||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
.covers-shelf button, .covers-shelf .pulldown-button {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.close {
|
||||
float: right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue