summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-09 13:42:19 +0400
committerAndrew Dolgov <[email protected]>2009-10-09 13:42:19 +0400
commit3af75631670aa9823010adedb8354672a8273506 (patch)
treed428a3caafcb3496ff535e9c03ec7cf39b1f9012 /tt-rss.php
parenta6c78e0a650817abbbf7ba276d7129a889b4836f (diff)
actions dropbox layout fix
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 607bedb1d..1dcee23a4 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -188,7 +188,7 @@ window.onload = init;
<div id="toolbar">
- <div style="float : right">
+ <div class="actionChooser">
<select id="quickMenuChooser" onchange="quickMenuChange()">
<option value="qmcDefault" selected="selected"><?php echo __('Actions...') ?></option>
<option value="qmcSearch"><?php echo __('Search...') ?></option>