MDL-55168 css: ignore some stylelint complains

1) Legacy css where it would not be a good use of time to
   update.

2) Ignored some long lines and added todo

3) Fixed some line length issues
This commit is contained in:
Dan Poltawski
2016-09-30 09:25:24 +01:00
parent ed6aea6002
commit e90cef839c
7 changed files with 10 additions and 5 deletions
@@ -1,3 +1,4 @@
/* stylelint-disable unit-blacklist */
/**************************************
Structure of the user enroller panel
@@ -1,3 +1,4 @@
/* stylelint-disable unit-blacklist */
/**************************************
Structure of the other user role assignment panel
+2 -1
View File
@@ -86,7 +86,8 @@
font-weight: bold;
}
/* Make invisible the buttons 'Move up' for the first criterion and 'Move down' for the last, because those buttons will make no change */
/* Make invisible the buttons 'Move up' for the first criterion and 'Move down' for
the last, because those buttons will make no change */
.gradingform_guide.editor .criterion.first.last .controls .delete input,
.gradingform_guide.editor .criterion.first .controls .moveup input,
.gradingform_guide.editor .criterion.last .controls .movedown input {
+2 -1
View File
@@ -152,7 +152,8 @@
padding-right: 5px;
}
/* Make invisible the buttons 'Move up' for the first criterion and 'Move down' for the last, because those buttons will make no change */
/* Make invisible the buttons 'Move up' for the first criterion and
'Move down' for the last, because those buttons will make no change */
.gradingform_rubric.editor .criterion.first .controls .moveup input,
.gradingform_rubric.editor .criterion.last .controls .movedown input {
display: none;
+2
View File
@@ -1,3 +1,5 @@
/* stylelint-disable max-line-length */
/* FIXME: MDL-55370: remove this stylelint disable */
.path-mod-assign div.gradingnavigation div {
float: left;
margin-left: 2em;
+1 -2
View File
@@ -1,4 +1,3 @@
/*csslint important:false */
#page-mod-book-print {
color: #000;
background-color: #fff;
@@ -142,6 +141,6 @@
@media print {
.hidden-print {
display: none !important;
display: none !important; /* stylelint-disable-line declaration-no-important */
}
}
+1 -1
View File
@@ -240,7 +240,7 @@
#page-mod-scorm-player #scormpage div.yui3-u-1-5,
#page-mod-scorm-player #scormpage div.yui3-u-1-24 {
display: inline-block;
*display: inline;
*display: inline; /* stylelint-disable-line */
zoom: 1;
letter-spacing: normal;
word-spacing: normal;