mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
MDL-63113 theme boost: initialsbar wrapping
This commit is contained in:
parent
674ef9baac
commit
a81e6914d7
@ -1088,17 +1088,6 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.initialbarlabel {
|
||||
display: inline-block;
|
||||
width: 6em;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
/* Moodle Dialogue Settings (moodle-core-dialogue) */
|
||||
.moodle-dialogue-base .moodle-dialogue-lightbox {
|
||||
background-color: $gray;
|
||||
|
@ -9662,14 +9662,6 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
||||
white-space: nowrap;
|
||||
text-align: center; }
|
||||
|
||||
.initialbarlabel {
|
||||
display: inline-block;
|
||||
width: 6em;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap; }
|
||||
|
||||
/* Moodle Dialogue Settings (moodle-core-dialogue) */
|
||||
.moodle-dialogue-base .moodle-dialogue-lightbox {
|
||||
background-color: #495057; }
|
||||
|
@ -73,24 +73,24 @@
|
||||
]
|
||||
}
|
||||
}}
|
||||
<div class="initialbar {{class}} d-flex">
|
||||
<span class="initialbarlabel">{{title}}</span>
|
||||
<ul class="pagination pagination-sm">
|
||||
{{#current}}
|
||||
<li class="initialbarall page-item">
|
||||
<a class="page-link" href="{{url}}">{{all}}</a>
|
||||
</li>
|
||||
{{/current}}
|
||||
{{^current}}
|
||||
<li class="initialbarall page-item active">
|
||||
<a class="page-link">{{all}}</a>
|
||||
</li>
|
||||
{{/current}}
|
||||
</ul>
|
||||
<div class="initialbargroups d-flex">
|
||||
<div class="initialbar {{class}} d-flex flex-wrap justify-content-center justify-content-md-start">
|
||||
<span class="initialbarlabel mr-2">{{title}}</span>
|
||||
|
||||
<div class="initialbargroups d-flex flex-wrap justify-content-center justify-content-md-start">
|
||||
<ul class="pagination pagination-sm">
|
||||
{{#current}}
|
||||
<li class="initialbarall page-item">
|
||||
<a class="page-link" href="{{url}}">{{all}}</a>
|
||||
</li>
|
||||
{{/current}}
|
||||
{{^current}}
|
||||
<li class="initialbarall page-item active">
|
||||
<a class="page-link">{{all}}</a>
|
||||
</li>
|
||||
{{/current}}
|
||||
</ul>
|
||||
{{#group}}
|
||||
<ul class="pagination pagination-sm">
|
||||
|
||||
{{#letter}}
|
||||
{{#selected}}
|
||||
<li class="page-item active {{name}}"><span class="page-link">{{name}}</span></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user