I moved the view and order button
authorIan Weller <ian@gaslightmedia.com>
Wed, 7 Feb 2018 15:20:15 +0000 (10:20 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 7 Feb 2018 15:20:15 +0000 (10:20 -0500)
I repositioned the view and order buttons to be half on the graphic and
half on the background.

css/app.css
scss/_sidebar.scss

index 7339e10..43868a3 100644 (file)
@@ -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;
index bec727d..1bb3c84 100644 (file)
@@ -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;