From 2f9ed939062b714b2225b01f515453eb613a9d68 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 22 Aug 2014 15:35:57 -0400 Subject: [PATCH] Members Only Section Style updates for the Member Only section --- Toolkit/Members/css/member-admin.css | 65 +++++++++++++++++++++++++--- 1 file changed, 60 insertions(+), 5 deletions(-) diff --git a/Toolkit/Members/css/member-admin.css b/Toolkit/Members/css/member-admin.css index 47f65d8..a8a4e1d 100755 --- a/Toolkit/Members/css/member-admin.css +++ b/Toolkit/Members/css/member-admin.css @@ -329,7 +329,7 @@ img { #nav-detail { margin-top: 12px; height: 1%; - overflow: hidden; + /*overflow: hidden;*/ clear: left; } #nav-detail ul { @@ -366,12 +366,15 @@ img { border-bottom: 1px solid white; color: #000; } - +#nav-detail ul { + margin-bottom: 0 !important; + border: 0; +} /* Member Box */ #member-info { margin: 0; border: 1px solid #666; - border-top: 0; + /*border-top: 0;*/ padding: 6px; position: relative; height: 1%; @@ -593,7 +596,7 @@ img { /* --------------- */ /* CONTACTS */ /* --------------- */ -.contact { +#member-info .contact { margin-top: 1em; padding: 20px; border: 1px solid #96A379; @@ -602,7 +605,7 @@ img { background: #D6DFC3; } -.contact input.text { +#member-info .contact input.text { width: 200px; display: block; } @@ -964,3 +967,55 @@ label.pendingUpdate { margin-right: 10px; } .tree li a {background-image: url("../../../images/note_edit.png");} + +/*Members only section*/ +#subnav_wrapper #subnav { + display: block; + overflow: hidden; + width: 100%; + border: 1px solid #f5ad1a; + margin-left: 10px; +} +#subnav_wrapper #subnav h2 { + background: none repeat scroll 0 0 #f5ad1a; + color: #fff !important; + display: block; + margin: 0 !important; + padding: 5px 10px !important; + width: 100%; +} +#subnav_wrapper #subnav ul { + display: block; + list-style-type: none; + margin: 0; + overflow: hidden; + padding: 5px 10px; + width: 100%; +} +#subnav_wrapper #subnav ul li { + display: block; + margin: 0; + overflow: hidden; + padding: 0; + width: 100%; +} +#subnav_wrapper #subnav ul li a { + color: #898989; + display: block; + margin: 0; + padding: 3px 5px 3px 20px; + text-decoration: none; + width: auto; +} +#subnav_wrapper #subnav ul li a:hover { + color: #f27225; +} +.webform table { + width: 100% !important; +} +#sdate1, #sdate2, #sdate3, +#edate1, #edate2, #edate3 +{width: 25% !important;} +.calendar *.button {margin: 0;display:inline;} +select[name^="btime"], select[name^="etime"] {width: 25% !important;} +.webform label.glmCheckBox {width: 100% !important;} \ No newline at end of file -- 2.17.1