From 238eeb8106fc36237dd0c3457680764898eb30b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Thu, 20 Feb 2020 10:13:04 +0100 Subject: [PATCH] [ion/web] Fix keyboard buttons positions --- ion/src/simulator/web/simulator.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ion/src/simulator/web/simulator.html b/ion/src/simulator/web/simulator.html index b2d4c69df..db0d6d347 100644 --- a/ion/src/simulator/web/simulator.html +++ b/ion/src/simulator/web/simulator.html @@ -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 {