From: Laury GvR Date: Tue, 22 Sep 2015 15:03:21 +0000 (-0400) Subject: Sidebar request visitor guide proper CSS block, instead of image X-Git-Tag: v1.0.0^2~103^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6bcf575b0ac82bfb439264f4bc47e9fa382810d2;p=WP-Themes%2Fmountpleasantwow.git Sidebar request visitor guide proper CSS block, instead of image --- diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 9549fb8..41e47aa 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -195,4 +195,24 @@ a#calendar-link { } .current_page_item a { font-weight: bold; +} +#visitors-guide-wrapper { + position: relative; +} +.visitor-view-order { + width: 110px; + height: 25px; + position: absolute; + bottom: 60px; + left: 70px; + background-color: #FFC742; + box-shadow: 3px 3px 2px lightgrey; + text-align: center; + a { + color: white; + font-family: arial; + font-style: normal; + font-size: 12px; + font-weight: bold; + } } \ No newline at end of file diff --git a/sidebar.php b/sidebar.php index 9be58f2..64b87ba 100644 --- a/sidebar.php +++ b/sidebar.php @@ -7,7 +7,14 @@ View all events - Visitor Guide +
+ + Visitor Guide +
+ VIEW + ORDER +
+
Newsletter Signup \ No newline at end of file