mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +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
|
@ -29,7 +29,7 @@ td.grade div.overridden {background-color: #DDDDDD;}
|
|||
.gradetreebox tr.category th.cell.rowspan {border-width:0; border-left:1px solid #AAA;}
|
||||
.gradetreebox tr.category th.cell.rowspan:hover {background-color: #EEE;}
|
||||
.gradetreebox td.name {border-left: 0px;}
|
||||
.gradetreebox td.colspan {border-left: 1px solid #AAA;border-bottom: 1px solid #AAA;border-top: none;background-color: #DDD;}
|
||||
.gradetreebox td.colspan {border-left: 1px solid #AAA;border-bottom: 1px solid #AAA;border-top: 0;background-color: #DDD;}
|
||||
.gradetreebox tr .cell.level1 {background-color: #F3DFD0; width: 10px;}
|
||||
.gradetreebox tr .cell.level2 {background-color: #D0DBD3; width: 10px;}
|
||||
.gradetreebox tr .cell.level3 {background-color: #D0F3D6; width: 10px;}
|
||||
|
|
|
@ -131,7 +131,7 @@ table.mod_index {width:90%;margin:1em auto;}
|
|||
#page-mod-glossary-import table.glossaryimportexport {text-align: center;}
|
||||
.path-mod-glossary .glossarydisplay {width: 90%;text-align:center;}
|
||||
.path-mod-glossary .entrybox {border-width: 0px 1px 1px 1px;border-style: solid;border-color: #BBB;}
|
||||
.path-mod-glossary .entrybox hr {border-left:none;border-right:none;}
|
||||
.path-mod-glossary .entrybox hr {border-left:0;border-right:0;}
|
||||
#page-mod-glossary-report table tr.teacher {background: #F0F0F0;}
|
||||
#page-mod-glossary-view table.glossarycategoryheader {background-color: #DDD;}
|
||||
#page-mod-glossary-view table.glossarycategoryheader h2 {font-size: 1em;margin: 0;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue