MDL-43284 Theme: Clean theme errors with padding in Question Bank fixed

This commit is contained in:
Jason Fowler
2014-03-27 10:33:45 +08:00
parent 9b8555fbea
commit 7105ac89bd
2 changed files with 32 additions and 11 deletions
+31 -10
View File
@@ -119,17 +119,38 @@
}
#categoryquestions {
margin: 0;
td,
th {
padding: 0 0.2em;
}
th {
text-align: left;
font-weight: normal;
}
.checkbox {
padding-left: 5px;
}
.checkbox input[type="checkbox"] {
margin-left: 0px;
float: none;
}
img.iconsmall {
padding: 0;
}
.iconcol {
padding: 3px;
}
label {
margin: 0;
}
}
#categoryquestions td,
#categoryquestions th {
padding: 0 0.2em;
}
#categoryquestions th {
text-align: left;
font-weight: normal;
}
#categoryquestions .checkbox {
padding-left: 20px;
#page-mod-quiz-edit {
div.questionbankwindow div.header {
margin: 0;
}
div.questionbankwindow.block {
padding: 0;
}
}
.dir-rtl #categoryquestions th {
text-align: right;
File diff suppressed because one or more lines are too long