tweak main toolbar
This commit is contained in:
parent
b3dfe8bae7
commit
2df7a74918
2 changed files with 10 additions and 4 deletions
|
@ -1081,7 +1081,9 @@ form {
|
|||
}
|
||||
|
||||
#main_toolbar_form {
|
||||
float : left;
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
display : inline;
|
||||
}
|
||||
|
||||
div.feedExtInfo {
|
||||
|
|
10
tt-rss.php
10
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>
|
||||
|
||||
<!-- <input class="button" type="submit"
|
||||
onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
|
||||
|
||||
<input class="button" type="submit"
|
||||
onclick="viewCurrentFeed('ForceUpdate')" value="<?php echo _('Update') ?>">
|
||||
|
||||
<!-- <input class="button" type="submit"
|
||||
onclick="catchupCurrentFeed()" value="Mark as read"> -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue