mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
da1bc0aa88
(cherry picked from commit 0210b5c5c1b5c56dce6f4c9f3f56366adba950d3) Fixup Calendar for Full Color View, Final CSS fixups Update localization
36 lines
557 B
CSS
36 lines
557 B
CSS
.groups {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.namingSelectContainer {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.namingSelect {
|
|
composes: select from '~Components/Form/SelectInput.css';
|
|
|
|
margin-left: 10px;
|
|
width: 200px;
|
|
}
|
|
|
|
.footNote {
|
|
display: flex;
|
|
color: var(--helpTextColor);
|
|
|
|
.icon {
|
|
margin-top: 3px;
|
|
margin-right: 5px;
|
|
padding: 2px;
|
|
}
|
|
|
|
code {
|
|
padding: 0 1px;
|
|
border: 1px solid var(--borderColor);
|
|
background-color: var(--pageBackground);
|
|
}
|
|
}
|