From d2ce5bf58634088f460fefb96e3622aeb8ba4ecb Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 20 Mar 2017 11:12:25 -0400 Subject: [PATCH] adding recollect search widget to the front page search, changing the front page events widget title to include 'events'. adding recycling events category to the front page widget output --- css/app.css | 8 ++++++++ front-page.php | 4 ++-- header.php | 20 +++++++++++++++++++- scss/_wordpress.scss | 8 ++++++++ 4 files changed, 37 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 9b9c10b..5936487 100755 --- a/css/app.css +++ b/css/app.css @@ -6141,6 +6141,14 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img { div.wp-caption.alignnone { float: none; } } +body .rCw input { + margin-bottom: 20px; } + +body .rCw .btn { + display: block; + width: 100px; + margin: 0 auto; } + /* End Images */ body { background-image: url(../assets/background.png); diff --git a/front-page.php b/front-page.php index f8714d8..3dab5a5 100755 --- a/front-page.php +++ b/front-page.php @@ -97,7 +97,7 @@
-

Holiday Schedule

+

Holiday and Events Schedule

@@ -119,7 +119,7 @@
- +
View all events...
diff --git a/header.php b/header.php index 4873004..3c9ef96 100755 --- a/header.php +++ b/header.php @@ -44,6 +44,7 @@
+
@@ -53,7 +54,24 @@ padding: 1px;background-repeat: no-repeat;position:absolute;;"> - +
+
+ Please type in the name of a material: +
+ + +
+ + diff --git a/scss/_wordpress.scss b/scss/_wordpress.scss index 31e2264..25cc2ec 100755 --- a/scss/_wordpress.scss +++ b/scss/_wordpress.scss @@ -114,4 +114,12 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img { float: none; } } +body .rCw input{ + margin-bottom: 20px; +} +body .rCw .btn{ + display: block; + width: 100px; + margin: 0 auto; +} /* End Images */ -- 2.17.1