From b63be0b6d3af442f9a64cdbd7375c1ed91e89a3f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 25 Aug 2014 09:18:18 -0400 Subject: [PATCH] Update templates for the toolbox and member admin style This is for the member only section --- Toolkit/Members/css/member-admin.css | 43 +++++++++++++++++++++++----- templates/template.html | 6 ++-- templates/toolbox.html | 2 -- 3 files changed, 40 insertions(+), 11 deletions(-) diff --git a/Toolkit/Members/css/member-admin.css b/Toolkit/Members/css/member-admin.css index a8a4e1d..84a8ab5 100755 --- a/Toolkit/Members/css/member-admin.css +++ b/Toolkit/Members/css/member-admin.css @@ -971,10 +971,10 @@ label.pendingUpdate { /*Members only section*/ #subnav_wrapper #subnav { display: block; - overflow: hidden; - width: 100%; + /*overflow: hidden;*/ + /*width: 100%;*/ border: 1px solid #f5ad1a; - margin-left: 10px; + /*margin-left: 10px;*/ } #subnav_wrapper #subnav h2 { background: none repeat scroll 0 0 #f5ad1a; @@ -982,7 +982,7 @@ label.pendingUpdate { display: block; margin: 0 !important; padding: 5px 10px !important; - width: 100%; + /*width: 100%;*/ } #subnav_wrapper #subnav ul { display: block; @@ -990,14 +990,14 @@ label.pendingUpdate { margin: 0; overflow: hidden; padding: 5px 10px; - width: 100%; + /*width: 100%;*/ } #subnav_wrapper #subnav ul li { display: block; margin: 0; overflow: hidden; padding: 0; - width: 100%; + /*width: 100%;*/ } #subnav_wrapper #subnav ul li a { color: #898989; @@ -1018,4 +1018,33 @@ label.pendingUpdate { {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 +.webform label.glmCheckBox {width: 100% !important;} +/*#toolbox {margin-left:auto;margin-right:auto; width:auto !important;}*/ +/*Reset stuff*/ +#main b, strong { + font-weight: bold; +} +#main li ul, li ol { + margin:0; +} +#main ul,#main ol { + margin:0; +} +#main ul { + list-style-type:none; + line-height: inherit; + font-size: inherit; + text-shadow: 0; +} +#main ol { + list-style-type:none; +} +#main ol ol { + list-style: none; +} +#main ol ol ol { + list-style: none; +} +#main ol ol ol ol { + list-style: none; +} \ No newline at end of file diff --git a/templates/template.html b/templates/template.html index 73c6a4d..0d85f2a 100755 --- a/templates/template.html +++ b/templates/template.html @@ -136,11 +136,13 @@ {sideNav:h} -
+
{else:} - +
+ +
{end:} diff --git a/templates/toolbox.html b/templates/toolbox.html index dbd834b..e91c3f5 100644 --- a/templates/toolbox.html +++ b/templates/toolbox.html @@ -1,4 +1,3 @@ -
{if:toolboxContent.glmSearch} {toolboxContent.glmSearch:h} {end:} @@ -131,4 +130,3 @@ {if:toolboxContent.membersOnly} {toolboxContent.membersOnly:h} {end:} -
-- 2.17.1