mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
MDL-39773 bootstrapbase: add style for .centerpadded.
Relocate .centerpadded styling from standard to base themes
This commit is contained in:
parent
b6f8a93642
commit
01a9646138
@ -1380,3 +1380,5 @@ div.badge .expireimage { width: 100px; height: 100px; left: 20px; top: 0px; }
|
||||
div#dateselector-calendar-panel {
|
||||
z-index: 3100; /* Set higher than the z-index of the filemanager - see MDL-39047. */
|
||||
}
|
||||
|
||||
.path-mod-lesson .centerpadded { padding: 5px; text-align: center; }
|
||||
|
@ -139,3 +139,8 @@ div#dock {
|
||||
min-width: 280px;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.path-mod-lesson .centerpadded {
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -159,13 +159,11 @@ table.mod_index {width:90%;margin:1em auto;}
|
||||
#page-mod-lesson-essay .sent {color:#006600;}
|
||||
#page-mod-lesson-essay .ungraded {color:#999999;}
|
||||
#page-mod-lesson-essay .gradetable {margin-bottom: 20px;}
|
||||
.path-mod-lesson .branchbuttoncontainer.vertical .lessonbutton,
|
||||
.path-mod-lesson .centerpadded {padding:5px;}
|
||||
.path-mod-lesson .branchbuttoncontainer.vertical .lessonbutton {padding:5px;}
|
||||
#page-mod-lesson-essay .buttons,
|
||||
.path-mod-lesson .center,
|
||||
.path-mod-lesson .firstpageoptions,
|
||||
.path-mod-lesson .clock .content,
|
||||
.path-mod-lesson .centerpadded,
|
||||
#page-mod-lesson-view .password-form,
|
||||
.path-mod-lesson .edit_pages_box .addlinks {text-align:center;}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user