Merge branch 'MDL-43994-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE

This commit is contained in:
Sam Hemelryk
2014-02-10 09:06:40 +13:00
+7
View File
@@ -45,3 +45,10 @@ body.dir-rtl.has_dock {margin-left: 0px; margin-right: 30px}
/* Test span used to calculate positioning of docked item labels */
.transform-test-node { position:absolute;line-height:normal; }
/* Hide the move icon for blocks which are docked */
#dock .editing_move,
#dock .moodle-core-dragdrop-draghandle {
display: none;
}