summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-11 18:19:04 +0300
committerAndrew Dolgov <[email protected]>2015-08-11 18:19:04 +0300
commit6901ec665991bad9801e99b9e5a101bcf4d1a29a (patch)
tree0119b1227b223edd800e16cdb854bc62d180d383 /classes
parent22dd34a302d8bc2a672a08e8ca0c0947137aaf5c (diff)
fix subtoolbar links lack of margin
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index fec542ef8..14d507add 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -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)\">";