styles: year selector width, recent activities menu width (#549)

This commit is contained in:
infeeeee
2019-02-09 23:13:47 +01:00
committed by Kevin Papst
parent afa0aa5b3a
commit afb0eabaa4
4 changed files with 33 additions and 27 deletions

View File

@@ -5,22 +5,25 @@
* file that was distributed with this source code.
*/
.navbar-nav > li > a.ddt-large {
padding-top: 12px;
padding-bottom: 9px;
}
li.messages-menu ul.menu li .pull-left i {
color: #dd4b39;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
overflow: hidden;
text-overflow: ellipsis;
}
.navbar-nav .start_record {
text-align: center;
.navbar-nav {
li>a.ddt-large {
padding-top: 12px;
padding-bottom: 9px;
}
li.messages-menu ul.menu li .pull-left i {
color: #dd4b39;
}
.messages-menu>.dropdown-menu>li .menu>li>a>p {
overflow: hidden;
text-overflow: ellipsis;
}
.start_record {
text-align: center;
}
.dropdown-menu {
max-width: 90vw;
width: unset !important;
}
}
/*
@@ -43,4 +46,4 @@ li.open .ticktac i.running{
left: 40px;
padding-top: 0px;
}
*/
*/