Skip to content

Commit

Permalink
Merge branch 'MDL-43062-26' of git://github.com/mouneyrac/moodle into…
Browse files Browse the repository at this point in the history
… MOODLE_26_STABLE

Conflicts:
	theme/bootstrapbase/style/moodle.css
  • Loading branch information
Sam Hemelryk committed Dec 16, 2013
2 parents be7a37d + 834f172 commit e9623e5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 1 deletion.
1 change: 1 addition & 0 deletions theme/base/style/core.css
Expand Up @@ -799,6 +799,7 @@ body.tag .managelink {padding: 5px;}
.corelightbox img {position:fixed;top:50%; left: 50%;}

.mod-indent {display:table-cell;}
.label .mod-indent {float:left; padding-top:20px}
.mod-indent-1 {width:30px;}
.mod-indent-2 {width:60px;}
.mod-indent-3 {width:90px;}
Expand Down
15 changes: 15 additions & 0 deletions theme/base/style/course.css
Expand Up @@ -45,6 +45,11 @@
padding-left: 24px;
}

.section .label .mod-indent-outer {
padding-left: 24px;
display: block;
}

.dir-rtl .section .activity .mod-indent-outer {
padding-left: auto;
padding-right: 24px;
Expand Down Expand Up @@ -91,6 +96,16 @@
padding-right: 32px;
height: 2em;
display: table-cell;

}

.sitetopic .section .label .activityinstance,
.course-content .section .label .activityinstance,
.sitetopic .section .label .contentwithoutlink,
.course-content .section .label .contentwithoutlink {
padding-right: 32px;
display: block;
height: inherit;
}

.dir-rtl .sitetopic .section .activity .activityinstance,
Expand Down
4 changes: 4 additions & 0 deletions theme/bootstrapbase/less/moodle/core.less
Expand Up @@ -1169,6 +1169,10 @@ body.tag .managelink {
.mod-indent {
display: table-cell;
}
.label .mod-indent {
float:left;
padding-top:20px
}
.mod-indent-1 {
width: 30px;
}
Expand Down
13 changes: 13 additions & 0 deletions theme/bootstrapbase/less/moodle/course.less
Expand Up @@ -90,6 +90,19 @@
}
}
}
.label {
.contentwithoutlink,
.activityinstance {
padding-right: 32px;
display: block;
height: inherit;
}

.mod-indent-outer {
padding-left: 24px;
display: block;
}
}

.filler {
width: 16px;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit e9623e5

Please sign in to comment.