Fixing attachment button in RHS

Этот коммит содержится в:
Asaad Mahmood
2015-09-10 18:15:39 +05:00
родитель 5f1bd7e9ac
Коммит 0eab8b8856

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

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