mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-33521 css: Fixed invalid CSS in core CSS and plugin styles.css files
This commit is contained in:
parent
d71b79a406
commit
d75e8e3ac8
12 changed files with 24 additions and 25 deletions
|
@ -185,7 +185,7 @@ margin-right:10px;
|
|||
}
|
||||
|
||||
table#user-grades .quickfeedback {
|
||||
border:#000 1px dashed;
|
||||
border:1px dashed #000;
|
||||
}
|
||||
|
||||
.path-grade-report-grader #siteconfiglink {
|
||||
|
@ -262,7 +262,7 @@ border-width:0 1px 1px;
|
|||
}
|
||||
|
||||
.path-grade-report-grader table td.topleft {
|
||||
border-bottom:none;
|
||||
border-bottom:0;
|
||||
}
|
||||
|
||||
table#user-grades td.topleft {
|
||||
|
@ -325,12 +325,12 @@ margin: 10px 10px 0px 10px;
|
|||
}
|
||||
|
||||
.path-grade-report-grader table#quick_edit td.fullname {
|
||||
border-left:none;
|
||||
border-left:0;
|
||||
padding-left:5px;
|
||||
}
|
||||
|
||||
.path-grade-report-grader table#quick_edit td.picture {
|
||||
border-right:none;
|
||||
border-right:0;
|
||||
}
|
||||
|
||||
.path-grade-report-grader table#quick_edit td.finalgrade input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue