diff options
| author | 2022-11-14 20:22:01 +0100 | |
|---|---|---|
| committer | 2022-11-14 20:22:01 +0100 | |
| commit | 07c94061a9607b5d0a1341cc1b349ee094d5115b (patch) | |
| tree | 521fadee3a299de9aa0be9319409b00c11d1405d /p/themes/base-theme/base.css | |
| parent | 937ef98e4ea40cc6c68b918f48a20114384ce163 (diff) | |
Improved: Centralized CSS for notifications (#4800)
* wip. all themes
* fixes
Diffstat (limited to 'p/themes/base-theme/base.css')
| -rw-r--r-- | p/themes/base-theme/base.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index 22bc5a5e7..9f2e23a9c 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -658,13 +658,6 @@ a.btn { /*=== Notification and actualize notification */ .notification { - padding: 0 0 0 5px; - text-align: center; - font-weight: bold; - font-size: 0.9em; - line-height: 3; - z-index: 10; - vertical-align: middle; } .notification.good { @@ -673,21 +666,12 @@ a.btn { .notification.bad { } -.notification a.close { - padding: 0 15px; - line-height: 3; -} - .notification.good a.close:hover { } .notification.bad a.close:hover { } -.notification#actualizeProgress { - line-height: 2; -} - /*=== "Load more" part */ #bigMarkAsRead { text-align: center; |
