diff --git a/app/Resources/public/css/themes/chamilo/default.css b/app/Resources/public/css/themes/chamilo/default.css index 7866ee62c1..06e488976d 100644 --- a/app/Resources/public/css/themes/chamilo/default.css +++ b/app/Resources/public/css/themes/chamilo/default.css @@ -56,7 +56,7 @@ a:focus { overflow: hidden !important; } .navbar-default { - background: #3C8DBC; + background: #1D5591; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); } @@ -68,7 +68,7 @@ a:focus { .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ color: #fff; - background-color:#367FA9; + background-color:#18477A; } .navbar-default .navbar-nav > li > a{ color: #ffffff; @@ -140,13 +140,8 @@ a:focus { } /* End Jquery UI */ footer{ - background-color:#2C3E50; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0); - border-bottom: 1px solid #2C3E50; - -webkit-filter: none; - filter: none; - -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); - box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); + background-color:#1A2226; + border-top: 2px solid #D2D6DE; } footer{ color: #ffffff; diff --git a/main/inc/lib/template.lib.php b/main/inc/lib/template.lib.php index 0d42b8c543..62282acb27 100755 --- a/main/inc/lib/template.lib.php +++ b/main/inc/lib/template.lib.php @@ -273,7 +273,7 @@ class Template if (api_get_setting('enable_help_link') == 'true') { if (!empty($help)) { $help = Security::remove_XSS($help); - $content = '
  • '; + $content = '
    '; $content .= Display::url( Display::return_icon('help.large.png', get_lang('Help')), api_get_path(WEB_CODE_PATH) . 'help/help.php?open=' . $help, @@ -282,7 +282,7 @@ class Template 'data-title' => get_lang('Help') ] ); - $content .= '
  • '; + $content .= ''; } } $this->assign('help_content', $content); @@ -923,12 +923,12 @@ class Template //Profile link if (api_get_setting('allow_social_tool') == 'true') { $profile_url = api_get_path(WEB_CODE_PATH).'social/home.php'; - $profile_link = Display::url(get_lang('Profile'), $profile_url); + } else { $profile_url = api_get_path(WEB_CODE_PATH).'auth/profile.php'; - $profile_link = Display::url(get_lang('Profile'), $profile_url); + } - $this->assign('profile_link', $profile_link); + $this->assign('profile_url', $profile_url); //Message link