diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-09-28 13:53:11 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-09-28 13:53:11 +0100 |
| commit | 9251df443c9c1e936d84156517d6474b5cba64e2 (patch) | |
| tree | 2994640d7cdbbcb66e7253319d6144cabc394167 /tt-rss.css | |
| parent | 5b064721380789d41d9063ce4da1e9f453db125a (diff) | |
layout tweaks, enable hotkeys
Diffstat (limited to 'tt-rss.css')
| -rw-r--r-- | tt-rss.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css index 6d2257235..0a2ba0a5d 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1231,6 +1231,11 @@ div.loadingPrompt { font-weight : bold; } +div.whiteBox { + background-color : white; + margin-left : 1px; +} + /* layout */ #header { @@ -1259,7 +1264,7 @@ div.loadingPrompt { #toolbar { position : absolute; left : 261px; - padding : 5px 10px 5px 5px; + padding : 5px 10px 5px 10px; top : 50px; right : 0px; white-space: nowrap; |