From cb47354a4f76e033485e9818b137742c01466dbe Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 23 Jan 2017 16:31:40 -0800 Subject: put login form into the nav bar. Proof of concept - needs a bit of UI tweaks. --- view/theme/redbasic/css/style.css | 4 ++++ view/tpl/nav.tpl | 11 +++++++---- view/tpl/remote_login.tpl | 1 + 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 view/tpl/remote_login.tpl (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5bffdd27b..f5e253eef 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2104,4 +2104,8 @@ dl.bb-dl > dd > li { .app-icon { font-size: 80px; text-align: center; +} + +.rmagic-button { + margin-left: 10px; } \ No newline at end of file diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 4d8ce9317..c9b38859c 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -154,13 +154,16 @@ {{/if}} - {{if $nav.loginmenu && !$userinfo}} - {{foreach $nav.loginmenu as $loginmenu}} diff --git a/view/tpl/remote_login.tpl b/view/tpl/remote_login.tpl new file mode 100644 index 000000000..1d11fb712 --- /dev/null +++ b/view/tpl/remote_login.tpl @@ -0,0 +1 @@ +{{$title}} -- cgit v1.2.3