upgrade layout content - #2681

pull/2715/head
Alex Aragón 7 years ago
parent b6cdabed18
commit f6e07b9c47
  1. 23
      assets/css/scss/screens/base.scss
  2. 2
      main/inc/lib/template.lib.php
  3. 2
      src/CoreBundle/Resources/views/Index/index.html.twig
  4. 2
      src/CoreBundle/Resources/views/Index/page_edit.html.twig
  5. 2
      src/CoreBundle/Resources/views/Index/userportal.html.twig

@ -196,27 +196,4 @@ hr {
}
}
/* Large desktop */
@media (min-width: 1200px) {
.sidebar-menu .nav-header{
display: none;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.sidebar-menu .nav-header{
display: none;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}
/* Landscape phones and down */
@media (max-width: 480px) {
}

@ -286,7 +286,7 @@ class Template
*/
public function display_two_col_template()
{
$template = '@ChamiloTheme/Layout/layout_two_col.html.twig';
$template = '@ChamiloTheme/Layout/layout_content.html.twig';
$this->returnResponse($this->params, $template);
}

@ -1,4 +1,4 @@
{% extends "@ChamiloTheme/Layout/layout_two_col.html.twig" %}
{% extends "@ChamiloTheme/Layout/layout_content.html.twig" %}
{% block chamilo_right_column %}
{% autoescape false %}

@ -1,4 +1,4 @@
{% extends "@ChamiloTheme/Layout/layout_two_col.html.twig" %}
{% extends "@ChamiloTheme/Layout/layout_content.html.twig" %}
{% block chamilo_right_column %}

@ -1,4 +1,4 @@
{% extends "@ChamiloTheme/Layout/layout_two_col.html.twig" %}
{% extends "@ChamiloTheme/Layout/layout_content.html.twig" %}
{% block chamilo_right_column %}
{% autoescape false %}

Loading…
Cancel
Save