Merge pull request #633 from asaadmahmoodspin/ui-changes

PLT-188 - Moving attachment button to the left on mobile UI
This commit is contained in:
Joram Wilander
2015-09-10 08:24:17 -04:00
3 changed files with 11 additions and 3 deletions

View File

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

View File

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

View File

@@ -423,7 +423,15 @@
table-layout: fixed;
.post-body__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 {
display: table-cell;