tweak main toolbar
This commit is contained in:
parent
b3dfe8bae7
commit
2df7a74918
|
@ -1081,7 +1081,9 @@ form {
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_toolbar_form {
|
#main_toolbar_form {
|
||||||
float : left;
|
margin : 0px;
|
||||||
|
padding : 0px;
|
||||||
|
display : inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.feedExtInfo {
|
div.feedExtInfo {
|
||||||
|
|
10
tt-rss.php
10
tt-rss.php
|
@ -182,14 +182,18 @@ window.onload = init;
|
||||||
'onchange="viewCurrentFeed(0, \'\')"');
|
'onchange="viewCurrentFeed(0, \'\')"');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<input class="button" type="submit"
|
||||||
|
onclick="return viewCurrentFeed('ForceUpdate')"
|
||||||
|
value="<?php echo _('Update') ?>">
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<!-- <input class="button" type="submit"
|
<!-- <input class="button" type="submit"
|
||||||
onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
|
onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
|
||||||
|
|
||||||
<input class="button" type="submit"
|
|
||||||
onclick="viewCurrentFeed('ForceUpdate')" value="<?php echo _('Update') ?>">
|
|
||||||
|
|
||||||
<!-- <input class="button" type="submit"
|
<!-- <input class="button" type="submit"
|
||||||
onclick="catchupCurrentFeed()" value="Mark as read"> -->
|
onclick="catchupCurrentFeed()" value="Mark as read"> -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue