Merge branch 'MDL-48246-M29' of git://github.com/lazydaisy/moodle

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Sam Hemelryk 2014-11-25 10:52:42 +13:00
commit 406712e989
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ body.has_dock {margin-left:30px;}
#dockeditempanel .dockeditempanel_hd .commands > span { margin:0 3px; }
#dockeditempanel .dockeditempanel_hd .commands img,
#dockeditempanel .dockeditempanel_hd .commands input {vertical-align:middle; width: 12px; height: 12px;}
#dockeditempanel .dockeditempanel_hd .commands .hidepanemicon img { cursor:pointer; }
#dockeditempanel .dockeditempanel_hd .commands .hidepanelicon img { cursor:pointer; }
/** IE 6 doesn't support fixed pos elements **/
.ie6 #dockeditempanel {position:absolute;}

View File

@ -124,7 +124,7 @@ body.has_dock {
vertical-align: middle;
margin-right: 1px;
}
.hidepanemicon img {
.hidepanelicon img {
cursor: pointer;
}
img.actionmenu {

File diff suppressed because one or more lines are too long