mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Download clients now use thingy provider
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<legend>Quality Profiles</legend>
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<ul class="quality-profiles">
|
||||
<ul class="quality-profiles thingies">
|
||||
<li>
|
||||
<div class="quality-profile-item add-card x-add-card">
|
||||
<div class="quality-profile-item thingy add-card x-add-card">
|
||||
<span class="center well">
|
||||
<i class="icon-plus" title="Add Profile"/>
|
||||
</span>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="quality-profile-item">
|
||||
<div class="quality-profile-item thingy">
|
||||
<div>
|
||||
<h3 name="name"></h3>
|
||||
<span class="btn-group pull-right">
|
||||
|
||||
@@ -1,33 +1,14 @@
|
||||
@import "../../Shared/Styles/card";
|
||||
@import "../../Content/Bootstrap/mixins";
|
||||
@import "../../Content/FontAwesome/font-awesome";
|
||||
|
||||
.quality-profiles {
|
||||
li {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
.quality-profile-item {
|
||||
|
||||
.card;
|
||||
|
||||
width: 300px;
|
||||
height: 120px;
|
||||
padding: 10px 15px;
|
||||
|
||||
h3 {
|
||||
margin-top: 0px;
|
||||
display: inline-block;
|
||||
width: 240px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
&.add-card {
|
||||
|
||||
Reference in New Issue
Block a user