Merge branch 'MDL-45290-25-fix3' of https://github.com/jethac/moodle into MOODLE_25_STABLE

This commit is contained in:
Damyon Wiese
2014-05-07 13:30:22 +08:00
2 changed files with 32 additions and 8 deletions
+31 -7
View File
@@ -637,6 +637,7 @@ table#user-grades tr.controls td,
.btn-large();
display: inline-block;
position: relative;
vertical-align: top;
width: 150px;
text-align: center;
overflow: hidden;
@@ -652,7 +653,7 @@ table#user-grades tr.controls td,
.action-text {
position: relative;
top: 0.4em;
font-size:16px;
font-size: 14px;
}
}
}
@@ -686,7 +687,6 @@ table#user-grades tr.controls td,
}
.delete {
float: left;
clear: right;
input {
left: 0;
right: auto;
@@ -694,14 +694,34 @@ table#user-grades tr.controls td,
}
}
}
.addcriterion {
margin-right: 5px;
margin-left: 0px;
input {
padding-right: 26px;
padding-left: 10px;
background-position: right 8px top 8px;
}
}
.options {
.option {
.value {
margin-left: 0px;
margin-right: 5px;
}
input {
// margins flipped for RTL.
margin-left: 12px;
margin-right: 5px;
}
}
}
}
}
#rubric-rubric {
&.gradingform_rubric {
// Override max-width rule from core; rubrics with multiple levels can hit
// the previously-defined threshold easily.
max-width: none;
#rubric-criteria {
margin-bottom: 1em;
@rubricPadding: 6px;
@@ -732,9 +752,12 @@ table#user-grades tr.controls td,
vertical-align: top;
padding: @rubricPadding;
.delete {
position:relative;
position: relative;
width: 32px;
float:right;
height: 32px;
margin-top: -32px;
clear: both;
float: right;
input {
display: block;
position: absolute;
@@ -752,6 +775,7 @@ table#user-grades tr.controls td,
.scorevalue {
input {
// Should handle at least three chars with room to spare.
float: none;
width: 2em;
&.hiddenelement,&.pseudotablink {
// Zero out the width if it's still in the block flow for some reason
File diff suppressed because one or more lines are too long