UI: Add Feed is even more prominent
This commit is contained in:
parent
6b13a8b564
commit
650e682c4d
1 changed files with 3 additions and 1 deletions
|
@ -164,7 +164,9 @@
|
||||||
<div id="feeds-holder" dojoType="dijit.layout.ContentPane" region="leading" style="width : 20%" splitter="true">
|
<div id="feeds-holder" dojoType="dijit.layout.ContentPane" region="leading" style="width : 20%" splitter="true">
|
||||||
<div id="feeds-actions">
|
<div id="feeds-actions">
|
||||||
<ul>
|
<ul>
|
||||||
<li onclick="quickMenuGo('qmcAddFeed');">Add feed</li>
|
<li onclick="quickMenuGo('qmcAddFeed');">
|
||||||
|
<button class="btn-primary" dojoType="dijit.form.Button">Add feed</button>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="feedlistLoading">
|
<div id="feedlistLoading">
|
||||||
|
|
Loading…
Reference in a new issue