From: Andrew Dolgov Date: Fri, 9 Oct 2009 09:42:19 +0000 (+0400) Subject: actions dropbox layout fix X-Git-Tag: 1.3.4~13 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=3af75631670aa9823010adedb8354672a8273506 actions dropbox layout fix --- diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index 09332ffe..129f167e 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 f1889678..0511979b 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 607bedb1..1dcee23a 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -188,7 +188,7 @@ window.onload = init;
-
+