Removed edit/add tooltips for providers

pull/2/head
Mark McDowall 10 years ago
parent 30511d166d
commit 30c2c02073

@ -6,7 +6,7 @@
<li> <li>
<div class="download-client-item thingy add-card x-add-card"> <div class="download-client-item thingy add-card x-add-card">
<span class="center well"> <span class="center well">
<i class="icon-plus" title="Add Download Client"/> <i class="icon-plus"/>
</span> </span>
</div> </div>
</li> </li>

@ -1,4 +1,4 @@
<div class="download-client-item thingy" title="Click to edit"> <div class="download-client-item thingy">
<div> <div>
<h3>{{name}}</h3> <h3>{{name}}</h3>
</div> </div>

@ -6,7 +6,7 @@
<li> <li>
<div class="indexer-item thingy add-card x-add-card"> <div class="indexer-item thingy add-card x-add-card">
<span class="center well"> <span class="center well">
<i class="icon-plus" title="Add Indexer"/> <i class="icon-plus"/>
</span> </span>
</div> </div>
</li> </li>

@ -1,4 +1,4 @@
<div class="indexer-item thingy" title="Click to edit"> <div class="indexer-item thingy">
<div> <div>
<h3>{{name}}</h3> <h3>{{name}}</h3>
</div> </div>

@ -1,4 +1,4 @@
<div class="metadata-item" title="Click to edit"> <div class="metadata-item">
<div> <div>
<h3>{{name}}</h3> <h3>{{name}}</h3>
</div> </div>

@ -6,7 +6,7 @@
<li> <li>
<div class="notification-item thingy add-card x-add-card"> <div class="notification-item thingy add-card x-add-card">
<span class="center well"> <span class="center well">
<i class="icon-plus" title="Add Connection"/> <i class="icon-plus"/>
</span> </span>
</div> </div>
</li> </li>

@ -1,4 +1,4 @@
<div class="notification-item thingy" title="Click to edit"> <div class="notification-item thingy">
<div> <div>
<h3>{{name}}</h3> <h3>{{name}}</h3>
</div> </div>

@ -6,7 +6,7 @@
<li> <li>
<div class="profile-item thingy add-card x-add-card"> <div class="profile-item thingy add-card x-add-card">
<span class="center well"> <span class="center well">
<i class="icon-plus" title="Add Profile"/> <i class="icon-plus"/>
</span> </span>
</div> </div>
</li> </li>

@ -1,4 +1,4 @@
<div class="profile-item thingy" title="Click to edit"> <div class="profile-item thingy">
<div> <div>
<h3 name="name"></h3> <h3 name="name"></h3>
</div> </div>

Loading…
Cancel
Save