MDL-39746 - Themes - Hiding the user picture on the forum page when the screensize is too small to allow for it

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Jason Fowler
2013-06-11 11:25:04 +08:00
committed by Dan Poltawski
parent 992c0ec50d
commit 2daa9998ae
2 changed files with 4 additions and 1 deletions
@@ -221,6 +221,9 @@
.path-mod-forum .forumsearch #search {
width: 120px;
}
.path-mod-forum .forumheaderlist .picture {
display: none;
}
}
// Stuart's 2,1,3 layout
File diff suppressed because one or more lines are too long