Merge pull request #638 from asaadmahmoodspin/ui-changes

Fixing attachment button in RHS
Этот коммит содержится в:
Joram Wilander
2015-09-10 09:33:55 -04:00
родитель 5f1bd7e9ac 0eab8b8856
Коммит b440fd5f3c

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

@@ -413,6 +413,9 @@
}
}
.post-create__container {
.post-right__container & {
padding: 0 1em;
}
form {
padding: 0;
}
@@ -425,13 +428,15 @@
display: table-cell;
padding-left: 45px;
}
.btn-file {
width: 45px;
padding: 0;
line-height: 36px;
bottom: -2px;
left: 0;
top: auto;
.app__content & {
.btn-file {
width: 45px;
padding: 0;
line-height: 36px;
bottom: -2px;
left: 0;
top: auto;
}
}
.send-button {
display: table-cell;