diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-15 09:07:33 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-15 09:07:33 +0100 |
commit | ed0d7890abaf5566b8d5d71f689d750b87b79dec (patch) | |
tree | a9856e27296344bc8fe8cfd5b0d95a3129976499 /view/tpl/notifications_widget.tpl | |
parent | f50ae07560546afc50a10eae63c5e9395db968e1 (diff) | |
download | volse-hubzilla-ed0d7890abaf5566b8d5d71f689d750b87b79dec.tar.gz volse-hubzilla-ed0d7890abaf5566b8d5d71f689d750b87b79dec.tar.bz2 volse-hubzilla-ed0d7890abaf5566b8d5d71f689d750b87b79dec.zip |
move notifications style to widgets.css
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 0095b8b85..3ef7bff7d 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -1,31 +1,3 @@ -<style> - .notification-content { - max-height: 70vh; - overflow: auto; - } - - .notification-content.collapsing { - overflow: hidden; - } - - .fs { - position: fixed; - top: 0px; - left: 0px; - padding: 4.5rem .5rem 1rem .5rem; - background-color: white; - width: 100%; - max-width: 100%; - height: 100%; - z-index: 1029; - overflow: auto; - } - - #notifications { - margin-bottom: 1rem; - } -</style> - <script> var notifications_parent; $(document).ready(function() { |