From 6dbf05307c2e98b6de0fafd552a5d3ac7827484e Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Sun, 17 Apr 2016 00:49:23 -0400 Subject: [PATCH 1/2] added css resets, and minor css fixes --- atoms/index.css | 12 ++++++------ atoms/index.html | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/atoms/index.css b/atoms/index.css index c4964e1..60b7627 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -70,12 +70,13 @@ img { font-size:110%; display: inline-block; margin-right: 3%; - margin-top: 7.5%; } .setting { display: flex; position: relative; + height:100%; + width:100%; margin: 5%; } @@ -264,7 +265,6 @@ img { .help { padding: 1px 1px 5px 2px; margin-right: 3%; - margin-top: 7%; text-align:center; width: 20px; height: 20px; @@ -281,10 +281,10 @@ img { } .helptab { - position: absolute; + position:absolute; display: none; opacity: 0; - margin-top: 16%; + margin-top: 8%; margin-left: -9%; border-left: 10px solid transparent; border-right: 10px solid transparent; @@ -300,11 +300,11 @@ img { } .helptext { - position: absolute; + position:absolute; display: none; opacity: 0; border-radius: 7px; - margin-top: 20%; + margin-top: 11%; margin-left: -13%; padding: 5px; font-size: 90%; diff --git a/atoms/index.html b/atoms/index.html index 33c74e6..29c3cd5 100644 --- a/atoms/index.html +++ b/atoms/index.html @@ -4,6 +4,7 @@ Atoms + From aa4e7178c8c209c8fe3874ad286b9b9f68e6e727 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Sun, 17 Apr 2016 00:54:56 -0400 Subject: [PATCH 2/2] remove css resets, more css fixes --- atoms/index.css | 2 ++ atoms/index.html | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/atoms/index.css b/atoms/index.css index 60b7627..07b0548 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -70,6 +70,7 @@ img { font-size:110%; display: inline-block; margin-right: 3%; + margin-top: 0; } .setting { @@ -89,6 +90,7 @@ img { .selection { padding: 4px; box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2); + margin-top: 0; -webkit-transition: box-shadow 0.3s ease, color 0.7s ease; -moz-transition: box-shadow 0.3s ease, color 0.7s ease; diff --git a/atoms/index.html b/atoms/index.html index 29c3cd5..33c74e6 100644 --- a/atoms/index.html +++ b/atoms/index.html @@ -4,7 +4,6 @@ Atoms -