mirror of https://github.com/lidarr/Lidarr
136 lines
1.8 KiB
CSS
136 lines
1.8 KiB
CSS
#top
|
|
{
|
|
overflow: auto;
|
|
}
|
|
|
|
#profileContainer
|
|
{
|
|
overflow: auto;
|
|
}
|
|
|
|
#addItem
|
|
{
|
|
text-decoration: none;
|
|
font-size:16px;
|
|
color: black;
|
|
font-weight:bold;
|
|
}
|
|
|
|
#profileHeader
|
|
{
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#profiles
|
|
{
|
|
overflow: auto;
|
|
}
|
|
|
|
/* QualityProfileItem */
|
|
.quality-selectee
|
|
{
|
|
border-color: #065EFE;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
width: 75px;
|
|
padding: 1px;
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
margin: 2px;
|
|
float: left;
|
|
cursor: default;
|
|
}
|
|
.quality-selecting
|
|
{
|
|
background: #85AEF9;
|
|
}
|
|
.quality-selected
|
|
{
|
|
background: #065EFE;
|
|
color: white;
|
|
}
|
|
|
|
.profileSection
|
|
{
|
|
float: left;
|
|
width: 270px;
|
|
margin: 2px;
|
|
border:solid 1px #CCCCCD;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
padding: 5px 5px 5px 5px;
|
|
}
|
|
|
|
.profileOptions label
|
|
{
|
|
margin-top: 10px;
|
|
margin-left: 7px;
|
|
margin-right: 20px;
|
|
font-weight: bold;
|
|
display: inline-block;
|
|
width: 50px;
|
|
}
|
|
|
|
.profileOptions input, .profileOptions select
|
|
{
|
|
font-size:12px;
|
|
padding:4px 2px;
|
|
border:solid 1px #aacfe4;
|
|
width:170px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.profileOptions input
|
|
{
|
|
margin-left: 10px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.profileOptions select
|
|
{
|
|
width: 176px;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.qualitySelector
|
|
{
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.deleteProfile
|
|
{
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
.titleText
|
|
{
|
|
font-size: 1.5em;
|
|
line-height: 1;
|
|
margin-bottom: 1em;
|
|
display:inline;
|
|
position: absolute;
|
|
top: -1px;
|
|
left: 2px;
|
|
padding-bottom: 0px;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
.qualityHeader
|
|
{
|
|
min-height: 23px;
|
|
position: relative;
|
|
}
|
|
|
|
.sliders
|
|
{
|
|
clear: both;
|
|
padding-bottom: 20px;
|
|
width: 600px;
|
|
}
|
|
|
|
.slider-container
|
|
{
|
|
margin-bottom: 10px;
|
|
} |