Merge branch 'MDL-48202-M30' of git://github.com/lazydaisy/moodle

This commit is contained in:
Andrew Nicols
2015-08-05 08:23:01 +08:00
3 changed files with 56 additions and 26 deletions
+34 -20
View File
@@ -24,23 +24,6 @@
display: none;
}
}
.commands {
clear: both;
text-align: right;
display: block;
padding: 3px 15px;
> a {
margin: 0 3px;
}
.icon img {
width: 12px;
height: 12px;
}
img.actionmenu {
width: auto;
}
}
}
.content {
padding: 4px 14px;
@@ -97,6 +80,40 @@
.ie7-inline-block();
}
}
.editing {
.block {
.header {
.commands {
clear: both;
text-align: right;
display: block;
padding: 3px 15px;
> a {
margin: 0 3px;
}
.icon img {
width: 12px;
height: 12px;
}
img.actionmenu {
width: auto;
}
}
}
}
}
.dir-rtl {
&.editing {
.block {
.header {
.commands {
text-align: left;
}
}
}
}
}
// Hide the block content when the block has been minimised.
.jsenabled .block.hidden .content {
@@ -244,9 +261,6 @@
margin-right: 3px;
}
}
.commands {
text-align: left;
}
}
}
File diff suppressed because one or more lines are too long