MDL-48246 theme: Fixed typo in 'hidepanelicon'

This commit is contained in:
Mary Evans
2014-11-17 14:58:37 +00:00
parent c106341098
commit 82b5f58f57
3 changed files with 3 additions and 3 deletions
+1 -1
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;}
+1 -1
View File
@@ -123,7 +123,7 @@ body.has_dock {
vertical-align: middle;
margin-right: 1px;
}
.hidepanemicon img {
.hidepanelicon img {
cursor: pointer;
}
}
File diff suppressed because one or more lines are too long