mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-30 18:25:57 -04:00
* Fixed: Movie Editor in Movie Index * Fixed: CSS Style Issues * Fixed: Ensure only items shown are selected * Fixed: Cleanup and Rename from Editor
25 lines
335 B
CSS
25 lines
335 B
CSS
.path {
|
|
margin-left: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.standardMovieFormat {
|
|
margin-left: 5px;
|
|
font-family: $monoSpaceFontFamily;
|
|
}
|
|
|
|
.previews {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.selectAllInputContainer {
|
|
margin-right: auto;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.selectAllInput {
|
|
composes: input from '~Components/Form/CheckInput.css';
|
|
|
|
margin: 0;
|
|
}
|