mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Removed edit button from metadata (click to edit now)
This commit is contained in:
parent
8967f59f35
commit
fbdc84b6cd
@ -13,7 +13,7 @@ define(
|
||||
tagName : 'li',
|
||||
|
||||
events: {
|
||||
'click .x-edit' : '_edit'
|
||||
'click' : '_edit'
|
||||
},
|
||||
|
||||
initialize: function () {
|
||||
|
@ -1,9 +1,6 @@
|
||||
<div class="metadata-item">
|
||||
<div class="metadata-item" title="Click to edit">
|
||||
<div>
|
||||
<h3>{{name}}</h3>
|
||||
<span class="btn-group pull-right">
|
||||
<button class="btn btn-xs btn-icon-only x-edit"><i class="icon-nd-edit"/></button>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="settings">
|
||||
|
@ -10,6 +10,7 @@
|
||||
.metadata-item {
|
||||
|
||||
.card;
|
||||
.clickable;
|
||||
|
||||
width: 200px;
|
||||
height: 230px;
|
||||
@ -18,7 +19,7 @@
|
||||
h3 {
|
||||
margin-top: 0px;
|
||||
display: inline-block;
|
||||
width: 140px;
|
||||
width: 180px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
Loading…
Reference in New Issue
Block a user