mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
26 lines
607 B
CSS
26 lines
607 B
CSS
.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'] {
|
|
display: inline-block;
|
|
}
|
|
|
|
.data-registry .context-tree {
|
|
height: 70vh;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
dd a.contactdpo {
|
|
/* Reverting dd's left margin */
|
|
margin-left: -10px;
|
|
}
|
|
|
|
.card dd a.contactdpo {
|
|
/* Reverting dd's left margin */
|
|
margin-left: inherit;
|
|
}
|