-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.5, 2.6
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_25_STABLE
-
wip-
MDL-40087_master -
- Select 'Clean' theme.
- Create / go to any course where you have editing capability.
- Observe that the 'Turn editing on' button is aligned as close to the vertical centre of the navigation bar as possible.
The 'Turn editing on' button is misaligned on the navigation bar.
In 'moodle/modules.less':
.breadcrumb-button {
|
float: right;
|
margin-top: 3px;
|
}
|
needs to be:
.breadcrumb-button {
|
float: right;
|
margin-top: 4px;
|
}
|