MDL-55802 output: Hide site name and user name on xs screens

Part of MDL-55071
This commit is contained in:
Damyon Wiese 2016-09-06 14:10:55 +08:00 committed by Dan Poltawski
parent 5f18da120e
commit 3313fdd690
2 changed files with 13 additions and 0 deletions

View File

@ -1652,6 +1652,12 @@ img#persona_signin {
height: 43px;
}
@include media-breakpoint-down(xs) {
.navbar-brand .site-name {
display: none;
}
}
/** Page header */
#page-header {
.logo {

View File

@ -333,7 +333,9 @@ div#dock {
.role {
font-weight: bold;
}
}
}
// Hide caret when JS is disabled.
@ -345,6 +347,11 @@ div#dock {
}
}
@include media-breakpoint-down(sm) {
.usertext {
display: none;
}
}
.jsenabled {
.usermenu {
.moodle-actionmenu {