mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 18:54:03 +01:00
* Fixed: Movie Editor in Movie Index * Fixed: CSS Style Issues * Fixed: Ensure only items shown are selected * Fixed: Cleanup and Rename from Editor
14 lines
172 B
CSS
14 lines
172 B
CSS
.actions {
|
|
display: flex;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.selectInput {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.blankpad {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 2em;
|
|
}
|