Add Feed is more prominent
This commit is contained in:
parent
c9060e49a1
commit
6b13a8b564
2 changed files with 15 additions and 1 deletions
|
@ -22,4 +22,13 @@ body.ttrss_prefs,
|
|||
@import "prefs.less";
|
||||
@import "dijit.less";
|
||||
@import "utility.less";
|
||||
@import "zoom.less";
|
||||
@import "zoom.less";
|
||||
|
||||
#feeds-actions > ul {
|
||||
list-style: none;
|
||||
}
|
||||
#feeds-actions > ul > li {
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
|
||||
}
|
||||
|
|
|
@ -162,6 +162,11 @@
|
|||
<div id="main" dojoType="dijit.layout.BorderContainer">
|
||||
|
||||
<div id="feeds-holder" dojoType="dijit.layout.ContentPane" region="leading" style="width : 20%" splitter="true">
|
||||
<div id="feeds-actions">
|
||||
<ul>
|
||||
<li onclick="quickMenuGo('qmcAddFeed');">Add feed</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="feedlistLoading">
|
||||
<img src='images/indicator_tiny.gif'/>
|
||||
<?php echo __("Loading, please wait..."); ?></div>
|
||||
|
|
Loading…
Reference in a new issue