From e9b4fc55d6e19bffbc1a77c6f17c0862dfe44039 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Mon, 22 Oct 2018 16:03:11 -0700 Subject: [PATCH] Missed some styles on previous commit. --- style.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index a44369a..435542a 100644 --- a/style.css +++ b/style.css @@ -462,9 +462,21 @@ svg.ts-logo { color: #DDD; } -a.download-button { +.control-buttons { position: absolute; - right: 4rem; - top: 1em; - font-size: 2.5rem; + padding: 0.15em 0.2em; + left: 0; + top: 0; + margin: 0.8em; + font-size: 2.1rem; + border: dashed #28582fed 0.1em; +} + +.control-buttons a { + margin: 0.2em; +} + +.control-buttons a { + color: #28582fed; + margin: 0.2em; } \ No newline at end of file