Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 23 deletions.
5 changes: 0 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@ module.exports = function(grunt) {
configOverrides: {
rules: {
// TODO: MDL-55165 -Enable these rules once we make output-changing changes to less.
"declaration-block-no-ignored-properties": null,
"value-keyword-case": null,
"declaration-block-no-duplicate-properties": null,
"declaration-block-no-shorthand-property-overrides": null,
"selector-type-no-unknown": null,
"length-zero-no-unit": null,
"color-hex-case": null,
"color-hex-length": null,
Expand Down
1 change: 0 additions & 1 deletion theme/bootstrapbase/less/moodle/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ img.iconsmall {
}

.form-item .form-setting .form-htmlarea {
width: 640px;
display: inline;
}

Expand Down
7 changes: 1 addition & 6 deletions theme/bootstrapbase/less/moodle/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -1132,8 +1132,6 @@ tr.flagged-tag a {
display: inline;
float: none;
clear: none;
width: auto;
margin: 0;
}
select,
.ftext input {
Expand Down Expand Up @@ -1409,7 +1407,6 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
filter: 0;
}
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd h1 {
margin: 0;
padding: 0;
display: inline;
font-size: 100%;
Expand All @@ -1422,7 +1419,6 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
width: 25px;
height: 15px;
float: right;
vertical-align: middle;
display: inline-block;
cursor: pointer;
padding: 0;
Expand Down Expand Up @@ -1725,7 +1721,7 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
background-color: whiteSmoke;
background-color: #f5f5f5;
border: 1px solid #ddd;
color: #9DA0A4;
.border-radius(4px 0 4px 0);
Expand Down Expand Up @@ -1955,7 +1951,6 @@ img#persona_signin {
}
.invisiblefieldset {
display: inline;
margin: 0;
padding: 0;
border-width: 0;
}
Expand Down
3 changes: 0 additions & 3 deletions theme/bootstrapbase/less/moodle/course.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
.spinner {
left: 100%;
position: absolute;
vertical-align: text-bottom;
}

.editing_move {
Expand Down Expand Up @@ -862,7 +861,6 @@ span.editinstructions {

.item-actions {
margin-right: 1em;
display: inline-block;
display: initial;
> a img,
.menubar img {
Expand Down Expand Up @@ -1081,7 +1079,6 @@ span.editinstructions {
float: right;
line-height: 40px;
> div {
margin-left: 1em;
margin: 10px 0;
display: inline-block;
}
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/less/moodle/filemanager.less
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
border-radius: 4px;
background: white;
}
.fp-repo-items fp-viewbar {
.fp-repo-items .fp-viewbar {
margin: 4px;
}

Expand Down
1 change: 0 additions & 1 deletion theme/bootstrapbase/less/moodle/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ form {
.mform fieldset.fdate_selector label {
display: inline;
float: none;
width: auto;
}
.mform .ftags label.accesshide {
display: block;
Expand Down
3 changes: 0 additions & 3 deletions theme/bootstrapbase/less/moodle/question.less
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
overflow-y: auto;
padding: 1.5em 1.6em;
background-color: #fff;
overflow-y: auto;
}
#chooseqtype .instruction,
#chooseqtype .selected .qtypesummary {
Expand Down Expand Up @@ -179,7 +178,6 @@
}
body.path-question-type .fitem_fgroup .accesshide {
font: inherit;
left: 0;
position: static;
padding-right: .3em;
}
Expand Down Expand Up @@ -379,7 +377,6 @@ body.path-question-type .fitem_fgroup .accesshide {
#page-mod-quiz-edit .questionbankwindow div.header {
color: #444;
text-shadow: none;
padding: 3px;
.border-top-radius(4px);
margin: 0 -10px 0 -10px;
padding: 2px 10px 2px 10px;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/less/moodle/reports.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// and replace it completely.

#page-report-participation-index .participationselectform div label { // Using 'div' here to override the report styles.css
display: inline;
display: inline-block;
margin: 0 5px; // No top and bottom margin with a 5px left and right for LTR and RTL.
}

Expand Down
1 change: 0 additions & 1 deletion theme/bootstrapbase/less/moodle/responsive.less
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@
}
.fp-content-center {
display: block;
vertical-align: top;
}
.course-content ul.topics li.section,
.course-content ul.topics li.section .content,
Expand Down
1 change: 0 additions & 1 deletion theme/bootstrapbase/less/moodle/undo.less
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ div.c1.btn {
font-size: inherit;
line-height: inherit;
text-align: inherit;
vertical-align: inherit;
cursor: default;
color: inherit;
text-shadow: inherit;
Expand Down

0 comments on commit 62ce522

Please sign in to comment.