You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

149 lines
1.9 KiB

@import "couchpotato/static/style/_mixins";
.add_new_profile {
padding: 20px;
display: block;
text-align: center;
font-size: 20px;
border-bottom: 1px solid $theme_off;
}
.profile {
margin-bottom: 20px;
.quality_label input {
font-weight: bold;
}
.ctrlHolder {
.types {
flex: 1 1 auto;
min-width: 360px;
.type {
display: flex;
flex-row: row nowrap;
align-items: center;
padding: 2px 0;
label {
min-width: 0;
margin-left: $padding/2;
span {
font-size: .9em;
}
}
input[type=checkbox] {
margin-right: 3px;
}
.delete, .handle {
margin-left: $padding/4;
width: 20px;
font-size: 20px;
opacity: .1;
text-align: center;
cursor: pointer;
&.handle {
cursor: grab;
}
&:hover {
opacity: 1;
}
}
&.is_empty {
.delete, .handle {
display: none;
}
}
12 years ago
}
}
&.wait_for.wait_for {
display: block;
input {
min-width: 0;
width: 40px;
text-align: center;
margin: 0 2px;
}
.advanced {
display: none;
color: $primary_color;
.show_advanced & {
display: inline;
}
}
}
.formHint {
14 years ago
}
}
14 years ago
}
#profile_ordering {
ul {
list-style: none;
margin: 0;
14 years ago
width: 275px;
padding: 0;
14 years ago
}
li {
border-bottom: 1px solid $theme_off;
padding: 5px;
display: flex;
align-items: center;
&:hover {
background: $theme_off;
14 years ago
}
&:last-child { border: 0; }
input[type=checkbox] {
margin: 2px 10px 0 0;
vertical-align: top;
}
> span {
display: inline-block;
height: 20px;
vertical-align: top;
line-height: 20px;
&.profile_label {
flex: 1 1 auto;
14 years ago
}
}
.handle {
font-size: 20px;
width: 20px;
float: right;
cursor: grab;
opacity: .5;
text-align: center;
&:hover {
opacity: 1;
}
}
}
.formHint {
}
}