MDL-55805 theme_noname: Adjustments made to block controls

Part of MDL-55071
This commit is contained in:
Frederic Massart 2016-08-30 16:40:53 +08:00 committed by Dan Poltawski
parent 2668487eb3
commit 1149c23596
2 changed files with 15 additions and 5 deletions

View File

@ -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);
}
}
}

View File

@ -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">