mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-48277 css: enable duplicate definitions lint rule
And remove duplicates found in code which were detected by this rule (leaving the last rule defined as this would take precidence). https://github.com/CSSLint/csslint/wiki/Disallow-duplicate-properties
This commit is contained in:
parent
9ec6c460e6
commit
03e93abad8
7 changed files with 6 additions and 8 deletions
|
@ -1867,8 +1867,8 @@ body.jsenabled .formlisting {
|
|||
#page-badges-view .collection { width: 90%; margin: 1em auto; }
|
||||
#page-badges-index .collection { width: 85%; margin: 1em auto; }
|
||||
|
||||
table.collection th { font-size: inherit !important; border-width: 1px; border-style: solid; border-color: #CCCCCC; vertical-align: middle; padding-left: 5px; padding-right: 5px; vertical-align: top; text-align: center !important; }
|
||||
table.collection td { border-width: 1px; border-style: solid; border-color: #CCCCCC; vertical-align: middle; padding-left: 5px; padding-right: 5px; vertical-align: top; }
|
||||
table.collection th { font-size: inherit !important; border-width: 1px; border-style: solid; border-color: #CCCCCC; padding-left: 5px; padding-right: 5px; vertical-align: top; text-align: center !important; }
|
||||
table.collection td { border-width: 1px; border-style: solid; border-color: #CCCCCC; padding-left: 5px; padding-right: 5px; vertical-align: top; }
|
||||
table.collection > tbody > tr:nth-of-type(even) { background-color: #FFFFFF; }
|
||||
table.collection > tbody > tr:nth-of-type(odd) { background-color: #F6F6F6; }
|
||||
table.collection ul { margin: 0.5em 0.5em 0.5em 2em; }
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
.course-content .section-summary { border: 1px solid #DDD; margin-top: 5px; list-style: none; }
|
||||
.course-content .section-summary .section-title { margin: 2px 5px 10px 5px; }
|
||||
.course-content .section-summary .summarytext { margin: 2px 5px 2px 5px; }
|
||||
.course-content .section-summary .section-summary-activities .activity-count {margin-right: 10px;color: #AAA; font-size: 12px; margin-right: 15px;}
|
||||
.course-content .section-summary .section-summary-activities .activity-count {color: #AAA; font-size: 12px; margin-right: 15px;}
|
||||
.course-content .section-summary .summary { margin-top: 5px; }
|
||||
.course-content .single-section { margin-top: 1em; }
|
||||
.course-content .single-section .section-navigation { display: block; padding: 0.5em; margin-bottom: -0.5em; }
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
margin:0.5em;padding:0.5em;text-align:center;-moz-border-radius:5px}
|
||||
#page-grade-grading-manage .action:hover {text-decoration:none;background-color:#F6F6F6;}
|
||||
#page-grade-grading-manage #actionresultmessagebox {background-color:#D2EBFF;width:60%;margin:1em auto 1em auto;text-align:center;
|
||||
padding:0.5em;border:2px solid #CCC;text-align:center;-moz-border-radius:5px;position:relative}
|
||||
padding:0.5em;border:2px solid #CCC;-moz-border-radius:5px;position:relative}
|
||||
#page-grade-grading-manage #actionresultmessagebox span {position:absolute;right:0px;top:-1.2em;color:#666;font-size:80%}
|
||||
#page-grade-grading-manage .definition-name .status {font-weight:normal;text-transform:uppercase;font-size:60%;padding:0.25em;border:1px solid #EEE;-moz-border-radius:5px;}
|
||||
#page-grade-grading-manage .definition-name .status.ready {background-color:#e7f1c3;border-color:#AAEEAA;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue