PLT-2707 Adding option to show DM list from all of server (#2871)

* PLT-2707 Adding option to show DM list from all of server

* Fixing loc
Этот коммит содержится в:
Corey Hulen
2016-05-04 06:31:42 -07:00
коммит произвёл Christopher Speller
родитель 6b06f49e89
Коммит 6611229cd7
29 изменённых файлов: 505 добавлений и 72 удалений

Просмотреть файл

@@ -436,6 +436,21 @@
margin-top: 5px;
}
.member-show {
@include opacity(.8);
float: right;
margin-top: 12px;
margin-right: 3px;
}
.member-select {
@include opacity(.8);
float: right;
width: auto;
margin-top: 5px;
margin-right: 5px;
}
.more-purpose {
@include opacity(.7);
}