UX: Add notification level to timeline menu

This commit is contained in:
Robin Ward 2016-05-25 16:52:25 -04:00
parent 9e1021dfa3
commit 2f19eb4735
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D

View File

@ -4,7 +4,7 @@
.timeline-container {
box-sizing: border-box;
z-index: 1;
z-index: 999;
margin-left: 757px;
position: fixed;
-webkit-transform: translate3d(0,0,0);
@ -23,6 +23,13 @@
button {
margin-right: 0.5em;
}
ul.dropdown-menu {
right: 0.5em;
top: 23px;
bottom: auto;
left: auto;
}
}
.start-date {