]> git.wh0rd.org - tt-rss.git/commitdiff
tweak main toolbar
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 15 Feb 2007 07:03:49 +0000 (08:03 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 15 Feb 2007 07:03:49 +0000 (08:03 +0100)
tt-rss.css
tt-rss.php

index 85fd0551b6355e013e004f02293521878859d2cc..0b5e7a408b7536c39fab5088fbe3da1e7130fc7c 100644 (file)
@@ -1081,7 +1081,9 @@ form {
 }
 
 #main_toolbar_form {
-       float : left;
+       margin : 0px;
+       padding : 0px;
+       display : inline;
 }
 
 div.feedExtInfo {
index 80f90aa174710311c9c5b29fbf92a152d90adcfc..2b62c1d8a016be018912ac14e126b642e92bf470 100644 (file)
@@ -182,14 +182,18 @@ window.onload = init;
                        'onchange="viewCurrentFeed(0, \'\')"');
        
                ?>              
+
+               &nbsp;
+
+               <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">  -->