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-create__container {
.post-right__container & {
padding: 0 1em;
}
form { form {
padding: 0; padding: 0;
} }
@@ -425,6 +428,7 @@
display: table-cell; display: table-cell;
padding-left: 45px; padding-left: 45px;
} }
.app__content & {
.btn-file { .btn-file {
width: 45px; width: 45px;
padding: 0; padding: 0;
@@ -433,6 +437,7 @@
left: 0; left: 0;
top: auto; top: auto;
} }
}
.send-button { .send-button {
display: table-cell; display: table-cell;
} }