More CSS small screen changes

skala
Julio Montoya 12 years ago
parent 766708ce49
commit 003cf5920f
  1. 21
      main/css/responsive.css
  2. 2
      main/inc/lib/banner.lib.php

@ -7,7 +7,17 @@
/* Show 2 icons instead of one */
@media (max-width: 320px) {
.navbar .brand {
font-size: 16px;
font-size: 14px;
}
/* No view as link*/
#view_as_link {
display:none;
}
/* Smaller brand */
.navbar .brand {
font-size: 14px;
}
}
@ -22,6 +32,15 @@
display:none;
}
/* No view as link*/
#view_as_link {
display:none;
}
.navbar .brand {
font-size: 14px;
}
.subnav .dropdown-toggle {
display:none;
}

@ -561,7 +561,7 @@ function return_breadcrumb($interbreadcrumb, $language_file, $nameTools) {
// View as student/teacher link
if (!empty($view_as_student_link)) {
$lis.= Display::tag('li', $view_as_student_link, array('class' => 'pull-right'));
$lis.= Display::tag('li', $view_as_student_link, array('id' => 'view_as_link','class' => 'pull-right'));
}
if (!empty($lis)) {

Loading…
Cancel
Save