]> git.wh0rd.org - tt-rss.git/commitdiff
actions dropbox layout fix
authorAndrew Dolgov <fox@bah.org.ru>
Fri, 9 Oct 2009 09:42:19 +0000 (13:42 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Fri, 9 Oct 2009 09:42:19 +0000 (13:42 +0400)
themes/graycube/theme.css
tt-rss.css
tt-rss.php

index 09332ffe3704c51acf4fd996a4d9a6017d1c73ea..129f167e1ffc84f069f5788d72cf4f1abfcf727c 100644 (file)
@@ -290,6 +290,10 @@ div.infoBoxContents a:hover {
        background : #f9f9f9;
 }
 
+#toolbar div.actionChooser {
+       margin-right : 0px;
+}
+
 #toolbar {
        position : absolute;
        left : 280px;
index f188967847089f9d401323c4d82238fe132219ee..0511979bb8dcc13489fda45a65446d60a3f1d324 100644 (file)
@@ -1535,6 +1535,11 @@ div.whiteBox {
        border-collapse : collapse;
 }
 
+#toolbar div.actionChooser {
+       margin-right : 5px;
+       float : right;
+}
+
 #toolbar {
        position : absolute;
        left : 261px;
index 607bedb1da68c029445823713f6ab268d91687df..1dcee23a4fede2ef30a86722bff55dc637d03531 100644 (file)
@@ -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>