[ion/web] Fix keyboard buttons positions

This commit is contained in:
Léa Saviot
2020-02-20 10:13:04 +01:00
committed by EmilieNumworks
parent 526a9e550c
commit 238eeb8106

View File

@@ -108,7 +108,7 @@ a.action svg {
position: absolute; }
.calculator .keyboard .nav .left {
top: 36%;
left: 3%;
left: 2%;
width: 15%;
height: 28%; }
.calculator .keyboard .nav .right {
@@ -118,17 +118,17 @@ a.action svg {
height: 28%; }
.calculator .keyboard .nav .top {
top: 7%;
left: 12.5%;
left: 12%;
width: 10%;
height: 40%; }
.calculator .keyboard .nav .bottom {
top: 53%;
left: 12.5%;
left: 12%;
width: 10%;
height: 40%; }
.calculator .keyboard .nav .home {
top: 12%;
left: 42%;
top: 15%;
left: 41%;
width: 16%;
height: 33%; }
.calculator .keyboard .nav .power {
@@ -137,19 +137,19 @@ a.action svg {
width: 16%;
height: 33%; }
.calculator .keyboard .nav .ok {
top: 30%;
left: 68%;
top: 31%;
left: 67%;
width: 13%;
height: 38%; }
.calculator .keyboard .nav .back {
top: 30%;
top: 31%;
left: 84%;
width: 13%;
height: 38%; }
.calculator .keyboard .functions {
position: absolute;
top: 26.75%;
left: 1%;
left: 0.5%;
width: 98%; }
.calculator .keyboard .functions span {
margin: 1.7% 1%;
@@ -158,7 +158,7 @@ a.action svg {
padding-top: 10%; }
.calculator .keyboard .digits {
position: absolute;
top: 57%;
top: 56.5%;
left: 0.5%;
width: 98%; }
.calculator .keyboard .digits span {