summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/graycube/theme.css4
-rw-r--r--tt-rss.css5
-rw-r--r--tt-rss.php2
3 files changed, 10 insertions, 1 deletions
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index 09332ffe3..129f167e1 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -290,6 +290,10 @@ div.infoBoxContents a:hover {
background : #f9f9f9;
}
+#toolbar div.actionChooser {
+ margin-right : 0px;
+}
+
#toolbar {
position : absolute;
left : 280px;
diff --git a/tt-rss.css b/tt-rss.css
index f18896784..0511979bb 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1535,6 +1535,11 @@ div.whiteBox {
border-collapse : collapse;
}
+#toolbar div.actionChooser {
+ margin-right : 5px;
+ float : right;
+}
+
#toolbar {
position : absolute;
left : 261px;
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>