]> git.wh0rd.org - tt-rss.git/commitdiff
fix subtoolbar links lack of margin
authorAndrew Dolgov <noreply@fakecake.org>
Tue, 11 Aug 2015 15:19:04 +0000 (18:19 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Tue, 11 Aug 2015 15:19:04 +0000 (18:19 +0300)
classes/feeds.php
css/tt-rss.css

index fec542ef8f8bab060d503792e260e5d8938f1431..14d507add3647bd56f3d24e74a04649696f253e0 100644 (file)
@@ -86,13 +86,13 @@ class Feeds extends Handler_Protected {
                $reply .= "<span class=\"main\">";
                $reply .= "<span id='selected_prompt'></span>";
 
-               $reply .= "
+               $reply .= "<span class=\"sel_links\">
                        <a href=\"#\" onclick=\"$sel_all_link\">".__('All')."</a>,
                        <a href=\"#\" onclick=\"$sel_unread_link\">".__('Unread')."</a>,
                        <a href=\"#\" onclick=\"$sel_inv_link\">".__('Invert')."</a>,
                        <a href=\"#\" onclick=\"$sel_none_link\">".__('None')."</a></li>";
 
-               $reply .= " ";
+               $reply .= "</span> ";
 
                $reply .= "<select dojoType=\"dijit.form.Select\"
                        onchange=\"headlineActionsChange(this)\">";
index 57b914e14405d7ab2459a05ab1478d11e013298b..c9bc2f2f559fcf773516216c3bc45f5ae6636d34 100644 (file)
@@ -1030,6 +1030,11 @@ select.attachments {
        margin-right : 25px;
 }
 
+span.sel_links {
+       margin-right : 4px;
+       vertical-align  : middle;
+}
+
 #feedTree img.feedIcon {
        position : relative;
        top : -2px;