Merge branch 'MDL-48202-M30' of git://github.com/lazydaisy/moodle
This commit is contained in:
@@ -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
Reference in New Issue
Block a user