mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
[148] add image-table css
This commit is contained in:
parent
9e9aa657aa
commit
fd948a97bf
2 changed files with 14 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop147
|
||||
1.18.3-develop148
|
||||
|
|
13
docs/_static/custom.css
vendored
13
docs/_static/custom.css
vendored
|
@ -379,6 +379,19 @@ table.clearTable, table.clearTable tbody, table.clearTable tr, table.clearTable
|
|||
table.dualTable td, table.dualTable th {
|
||||
padding-left: 15px !important;
|
||||
}
|
||||
table.image-table {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
table.image-table tr {
|
||||
padding: 1px
|
||||
}
|
||||
table.image-table td {
|
||||
padding: 15px
|
||||
}
|
||||
table.image-table, table.image-table tbody, table.image-table tr, table.image-table td, table.image-table th {
|
||||
background-color: rgba(0, 0, 0, 0.0) !important;
|
||||
}
|
||||
details {
|
||||
margin-bottom: 5px;
|
||||
border-color: #7c4dff;
|
||||
|
|
Loading…
Reference in a new issue