Skip to content

Commit

Permalink
MDL-39773 bootstrapbase: add style for .centerpadded.
Browse files Browse the repository at this point in the history
Relocate .centerpadded styling from standard to base themes
  • Loading branch information
Rossiani Wijaya committed Jun 5, 2013
1 parent b6f8a93 commit 01a9646
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions theme/base/style/core.css
Expand Up @@ -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; }
5 changes: 5 additions & 0 deletions theme/bootstrapbase/less/moodle/modules.less
Expand Up @@ -139,3 +139,8 @@ div#dock {
min-width: 280px;
width: 60%;
}

.path-mod-lesson .centerpadded {
padding: 5px;
text-align: center;
}
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions theme/standard/style/modules.css
Expand Up @@ -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;}

Expand Down

0 comments on commit 01a9646

Please sign in to comment.