summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a41d49d79..0172d6c30 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -2242,8 +2242,8 @@ div#cmdline {
div#auxDlg {
position : absolute;
z-index : 3;
- bottom : 10px;
- right : 10px;
+ bottom : 5px;
+ right : 25px;
padding : 5px;
border-width : 1px;
border-style : solid;
@@ -2251,6 +2251,7 @@ div#auxDlg {
background-color : #fff7d5;
color : black;
text-align : center;
+ font-size : 13px;
}
div#auxDlg a {