mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Bootstrap 3
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="btn-group">
|
||||
<div class="btn-group hidden-xs">
|
||||
<button class="btn btn-xs x-automatic-search x-automatic-search-icon" title="Automatic Search" data-container="body"><i class="icon-search"></i></button>
|
||||
<button class="btn btn-xs dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="caret"></span>
|
||||
@@ -7,4 +7,8 @@
|
||||
<li class="x-automatic-search">Automatic Search</li>
|
||||
<li class="x-manual-search">Manual Search</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="visible-xs">
|
||||
<button class="btn btn-xs x-automatic-search x-automatic-search-icon" title="Automatic Search" data-container="body"><i class="icon-search"></i></button>
|
||||
</div>
|
||||
@@ -18,8 +18,8 @@ define(
|
||||
this.$el.empty();
|
||||
|
||||
this.$el.html(
|
||||
'<i class="icon-cog x-edit-series" title="" data-original-title="Edit Series"></i> ' +
|
||||
'<i class="icon-remove x-remove-series" title="" data-original-title="Delete Series"></i>'
|
||||
'<i class="icon-nd-edit x-edit-series" title="" data-original-title="Edit Series"></i> ' +
|
||||
'<i class="icon-remove x-remove-series hidden-xs" title="" data-original-title="Delete Series"></i>'
|
||||
);
|
||||
|
||||
this.delegateEvents();
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
.episode-title-cell {
|
||||
.btn-link;
|
||||
.text-overflow();
|
||||
|
||||
&:hover {
|
||||
text-transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.air-date-cell {
|
||||
@@ -88,7 +92,7 @@ td.episode-status-cell, td.quality-cell {
|
||||
}
|
||||
|
||||
.episode-actions-cell {
|
||||
width: 50px;
|
||||
width: 65px;
|
||||
|
||||
li {
|
||||
.clickable();
|
||||
@@ -110,12 +114,13 @@ td.episode-status-cell, td.quality-cell {
|
||||
}
|
||||
|
||||
.series-actions-cell {
|
||||
width: 56px;
|
||||
width : 56px;
|
||||
min-width : 56px;
|
||||
}
|
||||
|
||||
.timeleft-cell {
|
||||
cursor: default;
|
||||
width: 80px;
|
||||
cursor : default;
|
||||
width : 80px;
|
||||
}
|
||||
|
||||
.queue-status-cell {
|
||||
|
||||
Reference in New Issue
Block a user