From 9eee80673ddbd7ae7c7f5de5900f90a846719bd5 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Sun, 17 Apr 2016 03:28:00 -0400 Subject: [PATCH] css fixes --- atoms/index.css | 10 ++++++---- atoms/index.html | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/atoms/index.css b/atoms/index.css index 525f451..3d18a77 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -107,13 +107,15 @@ img { position: relative; height:100%; width:100%; - margin: 5%; + margin-left: 4%; + margin-bottom: 10%; } .option { position: relative; display: inline-block; font-size: 130%; + margin-top : -2%; } .selection { @@ -343,8 +345,8 @@ img { position:absolute; display: none; opacity: 0; - top: 61%; - margin-left: -9%; + top: 70%; + margin-left: -8%; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 17px solid #fefefe; @@ -364,7 +366,7 @@ img { opacity: 0; border-radius: 7px; top: 102%; - margin-left: -13%; + margin-left: -12%; padding: 5px; font-size: 90%; color: #000; diff --git a/atoms/index.html b/atoms/index.html index a50bc4f..f75ce7b 100644 --- a/atoms/index.html +++ b/atoms/index.html @@ -60,6 +60,7 @@ var options = ["theme","displayTheme","elecConf","unit"]; var ranges = {}; //ranges[theme][0] is min [1] is max [2] is range var elementCount = 118; // Number of elements + var lastElement; var choices = [ //Keep these in the same order as options ["light","dark"],