diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2009-01-23 09:10:04 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2009-01-23 09:10:04 +0100 |
| commit | d54eb16ec456a263b722b93d2d2a173b2813a42c (patch) | |
| tree | 379e3d8c4580406e1941a0e2634683818c99db6a | |
| parent | 0ef68e6fc9ed4104534580338b162ccd09b70031 (diff) | |
toolbar: adjust position
| -rw-r--r-- | tt-rss.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css index 25b261e56..b58c55223 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1510,7 +1510,7 @@ div.whiteBox { #toolbar { position : absolute; left : 261px; - padding : 2px 0px 2px 10px; + padding : 0px 0px 0px 10px; top : 40px; right : 0px; white-space: nowrap; |