mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-62077 Theme boost: position data registry edit button
This commit is contained in:
parent
02c7769422
commit
5b399ba107
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
.nav-pills .nav-pills {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.data-registry > .top-nav > * {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
/*Extra attribute selection to have preference over bs2's .moodle-actionmenu[data-enhance] */
|
||||
.data-registry > .top-nav > .singlebutton,
|
||||
.data-registry > .top-nav > .moodle-actionmenu[data-owner='dataregistry-actions'] {
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
}}
|
||||
<div class="data-registry">
|
||||
<div class="top-nav">
|
||||
<div class="top-nav d-flex">
|
||||
{{#defaultsbutton}}
|
||||
{{> core/action_link}}
|
||||
{{/defaultsbutton}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue