Этот коммит содержится в:
Asaad Mahmood
2016-04-05 22:20:10 +05:00
родитель d78fd58237
Коммит 1d311243fb
5 изменённых файлов: 39 добавлений и 34 удалений

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

@@ -726,7 +726,7 @@
top: 0;
z-index: 0;
}
&.move--right {
@include translate3d(290px, 0, 0);
@@ -883,8 +883,9 @@
.backstage-list__item {
display: block;
.item-actions,
.actions {
margin-top: 10px;
margin-top: 15px;
padding: 0;
}
}

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

@@ -357,11 +357,15 @@
}
.member-list-holder {
.member-role,
.member-drop {
position: absolute;
right: 15px;
top: 8px;
background: $white;
margin-bottom: 4em;
overflow: visible;
padding: 5px 0;
.more-modal__row {
&:last-child {
border: none;
}
}
}
}

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

@@ -199,27 +199,27 @@ body {
.item-details__row + .item-details__row {
@include clearfix;
margin-top: 10px;
text-overflow: ellipsis;
}
.item-details__name {
font-weight: 600;
margin-bottom: 1em;
}
.item-details__type {
margin-left: 6px;
}
.item-details__description {
color: $dark-gray;
margin-bottom: 1em;
}
.item-details__description,
.item-details__creation {
color: $dark-gray;
margin-bottom: 1em;
display: inline-block;
margin-top: 10px;
vertical-align: top;
&:empty {
display: none;
}
}
.item-actions {