mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-55805 theme_noname: Adjustments made to block controls
Part of MDL-55071
This commit is contained in:
parent
2668487eb3
commit
1149c23596
@ -12,3 +12,13 @@
|
||||
.block_settings .block_tree ul {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.block .block-controls {
|
||||
.dropdown-toggle {
|
||||
/* So that the caret takes the colour of the icon. */
|
||||
color: #999;
|
||||
&::after {
|
||||
margin-left: -($spacer/2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,11 +11,11 @@
|
||||
aria-label="{{{arialabel}}}"
|
||||
{{/arialabel}} >
|
||||
|
||||
{{#hascontrols}}
|
||||
<div class="pull-xs-right">
|
||||
{{{controls}}}
|
||||
</div>
|
||||
{{/hascontrols}}
|
||||
{{#hascontrols}}
|
||||
<div class="pull-xs-right m-a-1 block-controls">
|
||||
{{{controls}}}
|
||||
</div>
|
||||
{{/hascontrols}}
|
||||
|
||||
{{! Block contents }}
|
||||
<div class="card-block">
|
||||
|
Loading…
x
Reference in New Issue
Block a user