MDL-49819 user: Profile displayed on one column on phones

This commit is contained in:
Frederic Massart 2015-04-10 16:02:30 +08:00 committed by Adrian Greeve
parent ee8ad79fe0
commit 15699badc6
2 changed files with 9 additions and 1 deletions

View File

@ -57,6 +57,14 @@
margin-left:0;
}
}
@media (max-width: 480px) {
.userprofile .profile_tree {
/** Display the profile on one column on phones. */
.content-columns(1);
}
}
.userlist .action-icon img {
vertical-align: middle;
}

File diff suppressed because one or more lines are too long