humhub/static/less/notification.less

28 lines
494 B
Plaintext
Raw Normal View History

2016-12-20 20:26:44 +01:00
#notification_overview_filter label {
display: block;
2016-12-20 20:26:44 +01:00
}
#notification_overview_list {
.img-space {
position: absolute;
top: 25px;
left: 25px;
}
}
2016-12-20 20:26:44 +01:00
@media (max-width: 767px) {
.notifications {
position: inherit !important;
float: left !important;
}
2016-12-20 20:26:44 +01:00
.notifications .dropdown-menu {
width: 300px !important;
margin-left: 0 !important;
.arrow {
margin-left: -142px !important;
}
2016-12-20 20:26:44 +01:00
}
}