[DE PE mobile] Fix Bug 59893
This commit is contained in:
parent
0ceacd4e04
commit
99e1c4afa1
|
@ -1101,6 +1101,19 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Picker
|
||||||
|
.picker-columns {
|
||||||
|
justify-content: space-around;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row-picker {
|
||||||
|
.col-50 {
|
||||||
|
color: @text-secondary;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -252,16 +252,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Picker
|
|
||||||
|
|
||||||
.row-picker {
|
|
||||||
.col-50 {
|
|
||||||
color: @text-secondary;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Calendar
|
// Calendar
|
||||||
|
|
||||||
.calendar {
|
.calendar {
|
||||||
background-color: @background-secondary;
|
background-color: @background-secondary;
|
||||||
.toolbar {
|
.toolbar {
|
||||||
|
|
|
@ -37,7 +37,7 @@ class AddOtherController extends Component {
|
||||||
text: '',
|
text: '',
|
||||||
content:
|
content:
|
||||||
'<div class="content-block">' +
|
'<div class="content-block">' +
|
||||||
'<div class="row">' +
|
'<div class="row row-picker">' +
|
||||||
'<div class="col-50">' + _t.textColumns + '</div>' +
|
'<div class="col-50">' + _t.textColumns + '</div>' +
|
||||||
'<div class="col-50">' + _t.textRows + '</div>' +
|
'<div class="col-50">' + _t.textRows + '</div>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
|
|
Loading…
Reference in a new issue