From fe9df64fc2bb0a276386321510ec078d83a6b322 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 15 Apr 2016 09:52:40 +0200 Subject: fix some slight crossbrowser rendering issues with jot --- view/tpl/jot-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index b8618ab69..085710f55 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -10,7 +10,7 @@ function initEditor(cb){ $("#profile-jot-text-loading").spin('small').show(); if(plaintext == 'none') { $("#profile-jot-text-loading").spin(false).hide(); - $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); + $("#profile-jot-text").css({ 'height': 200, 'color': '#000', 'line-height': 'inherit' }); {{if $bbco_autocomplete}} $("#profile-jot-text").bbco_autocomplete('{{$bbco_autocomplete}}'); // autocomplete bbcode {{/if}} -- cgit v1.2.3 From 2cb04ccb8fb2fcbea181f6bf82f0d2a9a848d57a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 15 Apr 2016 12:39:22 +0200 Subject: nav: move js and css out of template, provide a help button in the panel on small screens and lots of whitespace cleanup --- view/tpl/nav.tpl | 408 ++++++++++++++++++++++++------------------------------- 1 file changed, 180 insertions(+), 228 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 886f73947..7f6c33c61 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -1,243 +1,195 @@ - - -
- + +
-- cgit v1.2.3