mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
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:
parent
ed6aea6002
commit
e90cef839c
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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,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 */
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user