Radarr/frontend/src/Movie/MoveMovie/MoveMovieModal.css
Qstick a20222fbef
New: Movie Editor in Movie Index (#3606)
* Fixed: Movie Editor in Movie Index

* Fixed: CSS Style Issues

* Fixed: Ensure only items shown are selected

* Fixed: Cleanup and Rename from Editor
2019-07-12 20:40:37 -04:00

5 lines
99 B
CSS

.doNotMoveButton {
composes: button from '~Components/Link/Button.css';
margin-right: auto;
}