diff --git a/css/style.css b/css/style.css index c2ce6dc67..da2ccd7b0 100644 --- a/css/style.css +++ b/css/style.css @@ -4427,16 +4427,13 @@ body .ns-effect-loadingcircle { background: rgba(0, 0, 0, 0.2); } -.logout-modal .login { - max-width: 320px; -} - .logout-modal .login a { font-size: 20px; padding: 20px; padding: 15px 25px 0px; color: #fff; opacity: .8; + cursor: pointer; } .logout-modal .login a:hover { diff --git a/index.php b/index.php index 48bd6cd7d..280314626 100644 --- a/index.php +++ b/index.php @@ -254,6 +254,9 @@ function getTimezone(){ if(LOADINGICON !== "") : $loadingIcon = LOADINGICON; endif; endif; +if(defined('SLIMBAR') && SLIMBAR == '') : define('SLIMBAR', 'true'); endif; + +if(SLIMBAR == "true") : $slimBar = "30"; $userSize = "25"; else : $slimBar = "56"; $userSize = "40"; endif; ?> + + +
@@ -351,154 +578,9 @@ function getTimezone(){
+
- -