summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tt-rss.css4
-rw-r--r--tt-rss.php10
2 files changed, 10 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 85fd0551b..0b5e7a408 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1081,7 +1081,9 @@ form {
}
#main_toolbar_form {
- float : left;
+ margin : 0px;
+ padding : 0px;
+ display : inline;
}
div.feedExtInfo {
diff --git a/tt-rss.php b/tt-rss.php
index 80f90aa17..2b62c1d8a 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -182,14 +182,18 @@ window.onload = init;
'onchange="viewCurrentFeed(0, \'\')"');
?>
+
+  
+
+ <input class="button" type="submit"
+ onclick="return viewCurrentFeed('ForceUpdate')"
+ value="<?php echo _('Update') ?>">
+
</form>
<!-- &nbsp;<input class="button" type="submit"
onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
- &nbsp;<input class="button" type="submit"
- onclick="viewCurrentFeed('ForceUpdate')" value="<?php echo _('Update') ?>">
-
<!-- <input class="button" type="submit"
onclick="catchupCurrentFeed()" value="Mark as read"> -->