From 2830061363f4ebccc14ac4ef58c277b77da22ce8 Mon Sep 17 00:00:00 2001
From: Steve Sutton
Date: Wed, 4 Mar 2015 16:13:43 -0500
Subject: [PATCH] Member Profile Updates
Update style so bullets show on package pages.
spacing between logo and address
logo centered
phone fax same font size and address
social media icons no text and centered
adding amenities title
add spacing below the course-contact id
place thin border around each course on profile page.
---
Toolkit/Members/css/member.css | 35 +++++++
Toolkit/Members/templates/memberDetail.tpl | 114 +++++++++++----------
2 files changed, 95 insertions(+), 54 deletions(-)
diff --git a/Toolkit/Members/css/member.css b/Toolkit/Members/css/member.css
index 71a4c68..dab1a83 100755
--- a/Toolkit/Members/css/member.css
+++ b/Toolkit/Members/css/member.css
@@ -719,3 +719,38 @@ div.thumb {
display: block;
margin: 0 auto 20px;
}
+#packageSection p {
+ line-height: 1.5;
+}
+body .content .row div#course-contact img {
+ margin: 0 auto 20px;
+}
+#course-contact {
+ margin-bottom: 50px;
+}
+#course-contact .tel {
+ font-size: .875rem;
+}
+#course-contact #mColumn h3 {
+ text-align: left;
+}
+ul#mColumnSoc {
+ text-indent: -9999px;
+ text-align: center;
+ margin-left: auto;
+ display: inline-flex;
+}
+#mColumnSoc li {
+ float: left;
+}
+#description p {
+ line-height: 1.4;
+}
+.pBox ul li {
+ display: list-item;
+}
+.course-item {
+ border: 1px solid #a5c0c0;
+ padding: 5px 10px;
+ margin: 0 0 10px;
+}
\ No newline at end of file
diff --git a/Toolkit/Members/templates/memberDetail.tpl b/Toolkit/Members/templates/memberDetail.tpl
index b1e0888..d03d361 100644
--- a/Toolkit/Members/templates/memberDetail.tpl
+++ b/Toolkit/Members/templates/memberDetail.tpl
@@ -12,7 +12,9 @@ catid="catid" />
{member_name:h}
{description:h}
-
+
Amenities
+
+
amenities) {
$total = count($t->amenities);
@@ -46,27 +48,31 @@ catid="catid" />
{end:}
{if:golf_info}
+
Courses
{foreach:courses,course}
- {course[title]:h}
- {course[description]:h}
- Book A Tee Time
-
- - Par: {course[par]:h}
- - Yardage: {course[yardage]:h}
- - Course Rating: {course[course_rating]:h}
- - Slope Rating: {course[slope_rating]:h}
- - 9 Holes: {course[holes9]:h}
- - 18 Holes: {course[holes18]:h}
-
-
- {if:course[filename]}{course[filename]}{else:}{course[file]}{end:}
-
-
- {if:course[file2name]}{course[file2name]}{else:}{course[file2]}{end:}
-
-
- Walking Course: {course[walking_course]:h}
-
+
+
{end:}
{end:}
@@ -85,9 +91,9 @@ catid="catid" />
{street:h}
{city:h}, {state_abbr:h}
{zip:h}
- Phone: {phone:h}
- Toll Free: {toll_free:h}
- Fax: {fax:h}
+ Phone: {phone:h}
+ Toll Free: {toll_free:h}
+ Fax: {fax:h}
+
-
Accommodations Info
-
- - Open Year Round
+ - Open Year Round
- {num_rooms:h} Rooms
{if:does_online_reservations}
-
--
2.17.1