From 56c86b656788aa48f88fca54c2a9dc1c86558db4 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Mon, 21 Mar 2016 06:33:02 -0400 Subject: Override navbar help button to open contextual help panel. Contextual help for mail written. --- view/tpl/nav.tpl | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 3d6809c22..dc5dd27f3 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -1,4 +1,44 @@ -
+ + + +
-- cgit v1.2.3 From 661b0084f3d819532c4c97c840a189d7e0c7a93d Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sat, 26 Mar 2016 14:17:53 -0400 Subject: Added help for post permissions --- view/tpl/nav.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index dc5dd27f3..886f73947 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -19,11 +19,12 @@ top: 50px; left: -80%; width: 80%; + height: 60%; padding: 20px; transition: left 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94); - overflow: hidden; box-sizing: border-box; border: #CCC thin solid; + overflow: auto; } .help-content-open { -- cgit v1.2.3