diff options
| author | 2014-06-05 22:44:02 +0200 | |
|---|---|---|
| committer | 2014-06-05 22:44:02 +0200 | |
| commit | ce063a55770f5384b8201942853e8e1a41e60b59 (patch) | |
| tree | c23f504041a0e7ddd17670a0636eb5ac272f9494 /p/themes/Dark/freshrss.css | |
| parent | b8f53b052592d3729bdc88936bad5f4e2da78dfe (diff) | |
Update themes Dark and Flat (notifications and icons)
Diffstat (limited to 'p/themes/Dark/freshrss.css')
| -rw-r--r-- | p/themes/Dark/freshrss.css | 39 |
1 files changed, 15 insertions, 24 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css index cd51b1a06..9e58855dc 100644 --- a/p/themes/Dark/freshrss.css +++ b/p/themes/Dark/freshrss.css @@ -564,7 +564,7 @@ } /*** NOTIFICATION ***/ -#notification { +.notification { position: absolute; top: 10px; left: 25%; right: 25%; @@ -580,10 +580,10 @@ font-weight: bold; z-index: 10; } - #notification.closed { + .notification.closed { display: none; } - #notification a.close { + .notification a.close { position: absolute; top: -10px; right: -10px; display: inline-block; @@ -600,25 +600,16 @@ display: none; } -.actualizeProgress { +#actualizeProgress { position: fixed; - top: 10px; - left: 25%; right: 25%; - padding: 5px; - background: #1a1a1a; - text-align: center; - border: 1px solid #2f2f2f; - border-radius: 5px; } - .actualizeProgress progress { - max-width: 100%; - vertical-align: middle; - } - .actualizeProgress .progress { - color: #888; - font-size: 90%; - vertical-align: middle; - } +#actualizeProgress progress { + max-width: 100%; + vertical-align: middle; +} +#actualizeProgress .progress { + vertical-align: middle; +} .logs { border: 1px solid #aaa; @@ -776,8 +767,8 @@ select.number option { text-shadow: none; } - #notification, - .actualizeProgress { + .notification, + #actualizeProgress { top: 0; left: 0; right: 0; @@ -785,7 +776,7 @@ select.number option { border: none; border-bottom: 1px solid #f4f899; } - #notification a.close { + .notification a.close { left: 0; right: 0; top: 0; bottom: 0; width: auto; @@ -793,7 +784,7 @@ select.number option { background: transparent; border: none; } - #notification a.close .icon { + .notification a.close .icon { display: none; } } |
