Merge pull request #633 from asaadmahmoodspin/ui-changes

PLT-188 - Moving attachment button to the left on mobile UI
Этот коммит содержится в:
Joram Wilander
2015-09-10 08:24:17 -04:00
родитель 74155b3dfa 7fba0adc80
Коммит 5ea3fb0f15
3 изменённых файлов: 11 добавлений и 3 удалений

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

@@ -82,7 +82,7 @@
.btn { .btn {
&.btn-primary { &.btn-primary {
float: right; float: right;
margin-top: -4px; margin: -4px 25px 0 0;
position: relative; position: relative;
i { i {
margin-right: 5px; margin-right: 5px;

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

@@ -200,7 +200,7 @@ body.ios {
height: 37px; height: 37px;
font-size: 18px; font-size: 18px;
line-height: 37px; line-height: 37px;
vertical-align: top; vertical-align: bottom;
text-align: center; text-align: center;
@include single-transition(all, 0.15s); @include single-transition(all, 0.15s);
&:active { &:active {

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

@@ -423,7 +423,15 @@
table-layout: fixed; table-layout: fixed;
.post-body__cell { .post-body__cell {
display: table-cell; display: table-cell;
padding-left: 1em; padding-left: 45px;
}
.btn-file {
width: 45px;
padding: 0;
line-height: 36px;
bottom: -2px;
left: 0;
top: auto;
} }
.send-button { .send-button {
display: table-cell; display: table-cell;