|
|
@ -133,18 +133,38 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.movies .data .quality span { |
|
|
|
padding: 0 5px; |
|
|
|
padding: 2px 3px; |
|
|
|
font-weight: bold; |
|
|
|
opacity: 0.5; |
|
|
|
font-size: 10px; |
|
|
|
text-transform: uppercase; |
|
|
|
text-shadow: none; |
|
|
|
font-weight: normal; |
|
|
|
margin: 0 2px; |
|
|
|
border-radius: 2px; |
|
|
|
background-color: rgba(255,255,255,0.1); |
|
|
|
} |
|
|
|
.movies .data .quality span:first-child {padding-left: 0;} |
|
|
|
.movies .list_view .data .quality, .movies .mass_edit_view .data .quality { |
|
|
|
text-align: right; |
|
|
|
float: right; |
|
|
|
width: 35%; |
|
|
|
} |
|
|
|
|
|
|
|
.movies .data .quality .available, .movies .data .quality .snatched { |
|
|
|
opacity: 1; |
|
|
|
box-shadow: 1px 1px 0 rgba(0,0,0,0.2); |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.movies .data .quality .available { color: orange; } |
|
|
|
.movies .data .quality .snatched { color: lightgreen; } |
|
|
|
.movies .data .quality .available { background-color: #578bc3; } |
|
|
|
.movies .data .quality .snatched { background-color: #369545; } |
|
|
|
.movies .data .quality .finish { |
|
|
|
background-image: url('../images/sprite.png'); |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: 0 2px; |
|
|
|
padding-left: 14px; |
|
|
|
background-size: 14px |
|
|
|
} |
|
|
|
|
|
|
|
.movies .data .actions { |
|
|
|
line-height: 0; |
|
|
@ -218,6 +238,15 @@ |
|
|
|
.movies .options .table .item { |
|
|
|
border-bottom: 1px solid rgba(255,255,255,0.1); |
|
|
|
} |
|
|
|
.movies .options .table .item.ignored span { |
|
|
|
text-decoration: line-through; |
|
|
|
color: rgba(255,255,255,0.4); |
|
|
|
text-shadow: none; |
|
|
|
} |
|
|
|
.movies .options .table .item.ignored .delete { |
|
|
|
background-image: url('../images/icon.undo.png'); |
|
|
|
} |
|
|
|
|
|
|
|
.movies .options .table .item:last-child { border: 0; } |
|
|
|
.movies .options .table .item:nth-child(even) { |
|
|
|
background: rgba(255,255,255,0.05); |
|
|
|