From 60713a7b0a8858ab88a33b0e0d5e7c083fa368d9 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Wed, 20 Apr 2016 23:28:21 -0400 Subject: [PATCH] Css fixes --- atoms/index.css | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/atoms/index.css b/atoms/index.css index 8e97da1..9b65b0c 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -248,6 +248,11 @@ img { color: #FF746B; } +.tabletitle { + margin-left:25%; + +} + .key { margin-left: 18%; margin-bottom: -20%; @@ -267,9 +272,9 @@ img { } .legendholder { - margin-bottom: -17%; - margin-top: 17%; - margin-left: 28%; + position:absolute; + top: 15%; + left: 30%; } .legend { @@ -286,16 +291,18 @@ img { display: flex; } -.maxlegend { - margin-top: -4.5%; - margin-left: 26.5%; -} - .minlegend { - margin-left: -2%; - margin-top: 1%; + position: relative; + right:10%; + bottom:10; } +.maxlegend { + position: relative; + right: 85%; + bottom:50; + +} .normal { border: 1px hidden;