From bf7bcf8e1d8050e33f5111ee3ba5655e39f15b39 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Wed, 7 Feb 2018 16:57:12 +0300 Subject: [PATCH] nn vote ui styling fix --- .../notaryElectionsModal/notaryElectionsModal.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/react/src/components/dashboard/notaryElectionsModal/notaryElectionsModal.scss b/react/src/components/dashboard/notaryElectionsModal/notaryElectionsModal.scss index d2156f2..59d251b 100644 --- a/react/src/components/dashboard/notaryElectionsModal/notaryElectionsModal.scss +++ b/react/src/components/dashboard/notaryElectionsModal/notaryElectionsModal.scss @@ -100,15 +100,20 @@ top: 258px; } &.elections-map-node--sh { - left: 420px; - top: 344px; + left: 632px; + top: 382px; + + .notary-elections-node-title { + margin-top: 26px; + margin-left: 34px; + } } &.elections-map-node--ae { left: 560px; top: 284px; } &.elections-map-node--eu { - left: 440px; + left: 412px; top: 250px; } }