Radarr/frontend/src/InteractiveSearch/InteractiveSearchContent.css

16 lines
217 B
CSS
Raw Normal View History

2018-11-23 07:04:42 +00:00
.filterMenuContainer {
display: flex;
justify-content: flex-end;
margin-bottom: 10px;
}
.filteredMessage {
margin-top: 10px;
}
.blankpad {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 2em;
}