From: rabuzarus Date: Fri, 9 Feb 2018 20:57:16 +0000 (+0100) Subject: communityhome: bring login button back in frio X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=585970cb7e33f47cbdd0c085e13a438afadc8a1a;p=friendica-addons.git communityhome: bring login button back in frio --- diff --git a/communityhome/communityhome.css b/communityhome/communityhome.css index 45a65537..09da8ea2 100644 --- a/communityhome/communityhome.css +++ b/communityhome/communityhome.css @@ -41,3 +41,8 @@ aside #likes { margin: 0px; padding: 0px; list-style: none; } aside #div_id_remember { overflow: auto; width: 100%; padding-top:120px;} #login_openid input { width: 160px; } + +/* frio fix */ +body.mod-home .navbar.navbar-fixed-top ul.nav.navbar-nav #nav-login { + display: block; +}