From: Ian Weller Date: Wed, 7 Feb 2018 15:20:15 +0000 (-0500) Subject: I moved the view and order button X-Git-Tag: v1.2.34^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=81003e1714b42f7f431778e102a87dbf3ec28e87;p=WP-Themes%2Fmountpleasantwow.git 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. --- 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;