MDL-43284 Theme: Clean theme errors with padding in Question Bank fixed
This commit is contained in:
@@ -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
Reference in New Issue
Block a user