Этот коммит содержится в:
Gabin Aureche
2017-03-13 13:25:08 +01:00
коммит произвёл George Goldberg
родитель 482a0fb5fc
Коммит fe38d6d5bb
38 изменённых файлов: 885 добавлений и 52 удалений

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

@@ -7,26 +7,43 @@
line-height: 56px;
width: 100%;
.member-popover__trigger {
.member-popover__trigger,
.pinned-posts-button {
display: inline-block;
min-width: 30px;
cursor: pointer;
min-width: 60px;
padding-right: 10px;
text-align: right;
margin-left: 10px;
text-align: center;
white-space: nowrap;
.fa {
font-size: 16px;
}
}
.member-popover__container,
.member-popover__trigger {
display: inline;
}
.member-popover__trigger {
.fa {
margin-left: 4px;
}
}
.pinned-posts-button svg {
position: relative;
top: 2px;
}
&.alt {
margin: 0;
th {
font-weight: normal !important;
&.header-list__members {
&.header-list__right {
padding-right: 4px;
}
}