From 4f51647b2f5bd68887ddd9fe139c6bbc0fa885d4 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 2 Dec 2017 14:15:06 -0600 Subject: [PATCH] align login menu to right --- applications/welcome/static/css/web2py-bootstrap4.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications/welcome/static/css/web2py-bootstrap4.css b/applications/welcome/static/css/web2py-bootstrap4.css index a6846d48..641a4cfa 100644 --- a/applications/welcome/static/css/web2py-bootstrap4.css +++ b/applications/welcome/static/css/web2py-bootstrap4.css @@ -1,3 +1,7 @@ +ul.navbar-nav.navbar-right { + position: absolute; + right: 100px; +} label, th { font-weigth: bold; white-space: nowrap;