move notifications style to widgets.css

This commit is contained in:
Mario Vavti 2017-11-15 09:07:33 +01:00
parent f50ae07560
commit ed0d7890ab
2 changed files with 28 additions and 28 deletions

View File

@ -168,3 +168,31 @@ a.wikilist {
.active .conv-participants {
color: #fff;
}
/* notifications */
.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;
}

View File

@ -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() {