Skip to content

Commit

Permalink
Merge branch 'MDL-42111' of git://github.com/rwijaya/moodle
Browse files Browse the repository at this point in the history
Conflicts:
	theme/bootstrapbase/style/moodle.css
  • Loading branch information
danpoltawski committed Nov 4, 2013
2 parents f6015bb + f660649 commit 466fa36
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 6 deletions.
5 changes: 4 additions & 1 deletion theme/bootstrapbase/less/moodle/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -1286,8 +1286,11 @@ audio.mediaplugin_html5audio {
.core_media_preview.pagelayout-embedded #maincontent {
height: 0;
}
.core_media_preview.pagelayout-embedded .mediaplugin {
body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
padding: 0;
margin: 0;
min-width: 0;
background: none;
}
/** Fix YUI 2 Treeview for Right to left languages **/
.dir-rtl .ygtvtn,
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/less/moodle/responsive.less
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
margin-left: 0;
}
div[role=main] {
margin-bottom: 2em;
margin-bottom: 1em;
}
}

Expand Down
4 changes: 2 additions & 2 deletions theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion theme/boxxie/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -1063,4 +1063,11 @@ td.eventskey {
margin-right: 3px;
padding: 2px; /* adds padding to icon */
width: 12px;
}
}

.core_media_preview #page-wrapper {
min-width: 0;
background: none;
margin: 0;
padding: 0 5px;
}
19 changes: 18 additions & 1 deletion theme/brick/style/pagelayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,21 @@ body {
}

.pagelayout-report #page-content #region-main {overflow:auto;}
.pagelayout-report #page-content #region-main .region-content {overflow:visible;}
.pagelayout-report #page-content #region-main .region-content {overflow:visible;}

.core_media_preview #page {
width: 100%;
min-width: 0;
margin: 0;
padding: 0;
}

body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
width: 422px;
padding: 0px;
background: none;
}
.core_media_preview.pagelayout-embedded .mediaplugin {
margin: 5px;
}

12 changes: 12 additions & 0 deletions theme/formal_white/style/pagelayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@
background-color:#FFF;
}

.core_media_preview #page-content #region-post-box {
margin-left: 0;
}

.core_media_preview #page-content #region-main-wrap {
width: 100%;
}

.core_media_preview #page-content #region-main {
margin-left: 30px;
}

#page-content #region-post-box {
margin-left:[[calculated:minusdoubleblockcolumnwidth]];
/* arrotonadamento angolo in basso a dx */
Expand Down
12 changes: 12 additions & 0 deletions theme/splash/style/pagelayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -779,3 +779,15 @@ table.quizreviewsummary {
left:0;
padding-top:10px;
}

body#page-lib-editor-tinymce-plugins-moodlemedia-preview #page {
width: 100%;
}
body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
min-height: 100%;
margin-bottom: 0;
}

body#page-lib-editor-tinymce-plugins-moodlemedia-preview .mediaplugin {
padding-top: 10px;
}

0 comments on commit 466fa36

Please sign in to comment.