Merge branch 'MDL-48243_M27' of git://github.com/lazydaisy/moodle into MOODLE_27_STABLE

This commit is contained in:
David Monllao
2014-12-17 11:50:36 +08:00
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -38,7 +38,7 @@
height: 12px;
}
img.actionmenu {
width:auto;
width: auto;
}
}
}
@@ -233,19 +233,19 @@
// RTL styles for blocks in general.
.block {
.header {
text-align:right;
text-align: right;
h2 {
text-align:right;
}
.commands {
text-align: left;
> * {
margin-left:0;
margin-right:3px;
}
text-align: right;
}
.block_action {
float: left;
> * {
margin-left: 0;
margin-right: 3px;
}
}
.commands {
text-align: left;
}
}
}
File diff suppressed because one or more lines are too long