Merge pull request #633 from asaadmahmoodspin/ui-changes
PLT-188 - Moving attachment button to the left on mobile UI
Этот коммит содержится в:
@@ -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;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user