Merge branch 'MDL-43062-master-nomerge' of git://github.com/mouneyrac/moodle

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Sam Hemelryk 2013-12-16 15:40:40 +13:00
commit d842685028
5 changed files with 34 additions and 1 deletions

View File

@ -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;}

View File

@ -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;
@ -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,

View File

@ -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;
}

View File

@ -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;

File diff suppressed because one or more lines are too long