From 81003e1714b42f7f431778e102a87dbf3ec28e87 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 7 Feb 2018 10:20:15 -0500 Subject: [PATCH] I moved the view and order button I repositioned the view and order buttons to be half on the graphic and half on the background. --- css/app.css | 2 +- scss/_sidebar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 7339e10..43868a3 100644 --- a/css/app.css +++ b/css/app.css @@ -7978,7 +7978,7 @@ a#calendar-link { width: 110px; height: 25px; position: absolute; - bottom: 20px; + bottom: 0; left: 70px; background-color: #FFC742; box-shadow: 3px 3px 2px lightgrey; diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index bec727d..1bb3c84 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -216,7 +216,7 @@ a#calendar-link { width: 110px; height: 25px; position: absolute; - bottom: 20px; + bottom: 0; left: 70px; background-color: #FFC742; box-shadow: 3px 3px 2px lightgrey; -- 2.17.1