Files
Readarr/frontend/src/Album/AlbumDetailsModalContent.css
Qstick 54e9f88648 Various UI Fixes and Updates
Closes #188
Closes #185
Closes #187
2018-01-25 22:01:53 -05:00

49 lines
651 B
CSS

.artistName {
margin-left: 5px;
}
.separator {
margin: 0 5px;
}
.tabs {
margin-top: -32px;
}
.tabList {
margin: 0 0 10px;
padding: 0;
}
.tab {
position: relative;
bottom: -1px;
display: inline-block;
padding: 6px 12px;
border: 1px solid transparent;
border-top: none;
list-style: none;
cursor: pointer;
}
.selectedTab {
border-color: $borderColor;
border-radius: 0 0 5px 5px;
background-color: rgba(239, 239, 239, 0.4);
color: $black;
}
.tabPanel {
margin-top: 20px;
}
.openArtistButton {
composes: button from 'Components/Link/Button.css';
margin-right: auto;
}
.openButtons {
margin-right: auto;
}