From 22655698f5749015b392432503d3b242b7382070 Mon Sep 17 00:00:00 2001 From: Luciano Date: Tue, 27 Sep 2016 22:51:45 -0300 Subject: [PATCH 1/2] Fixes scrolling issue with touch --- app/src/app/ranking/candidato-full.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/app/ranking/candidato-full.html b/app/src/app/ranking/candidato-full.html index da683a7..5db1366 100644 --- a/app/src/app/ranking/candidato-full.html +++ b/app/src/app/ranking/candidato-full.html @@ -47,7 +47,6 @@

Confira como este candidato se posicionou

-
@@ -60,7 +59,6 @@

{{voto.ementa}}

-
From deebf31be7de28e3e2c9a6b3060f39edb2db5f0f Mon Sep 17 00:00:00 2001 From: Luciano Date: Tue, 27 Sep 2016 23:17:34 -0300 Subject: [PATCH 2/2] Fixed overlapping issues in iOS 9 --- app/src/app/ranking/candidato-full.html | 46 ++++++++++++++----------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/app/src/app/ranking/candidato-full.html b/app/src/app/ranking/candidato-full.html index 5db1366..712903b 100644 --- a/app/src/app/ranking/candidato-full.html +++ b/app/src/app/ranking/candidato-full.html @@ -12,19 +12,19 @@

E-mail: {{candidato.email}}

-
-
-
-
-
+
+
+
+
+

{{ranking.percentualIgual(rank) | number:0}}%

-
+

{{ranking.percenhtualDiferente(rank)| number:0}}%

-
+

{{ranking.percentualNeutro(rank)| number:0}}%

@@ -34,20 +34,23 @@
- -

- Propostas do candidato -

-
- -

Propostas: {{candidato.propostas}}

-
- -

- Confira como este candidato se posicionou -

-
- +
+ +

+ Propostas do candidato +

+
+ +

Propostas: {{candidato.propostas}}

+
+
+
+ +

+ Confira como este candidato se posicionou +

+
+

{{voto.codigo}}

@@ -59,6 +62,7 @@

{{voto.ementa}}

+