MDL-52954 assign: Fix CSS lint issues

This commit is contained in:
Damyon Wiese
2016-04-12 08:19:31 +01:00
committed by Dan Poltawski
parent 212153767a
commit 2408f8fe2b
+3 -17
View File
@@ -222,19 +222,6 @@
background-color: #d0d0d0;
}
.path-mod-assign .submissionhistory .singlebutton {
display: inline-block;
float: right;
}
.path-mod-assign.dir-rtl .submissionhistory .singlebutton {
float: left;
}
.path-mod-assign .submissionsummarytable .singlebutton {
display: inline-block;
}
.path-mod-assign.jsenabled .mod-assign-history-link {
display: block;
cursor: pointer;
@@ -816,7 +803,6 @@
.path-mod-assign [data-region="grade-panel"] .mform #id_attemptsettings .fitem {
display: table-row;
margin-bottom: 0;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem .fitemtitle,
@@ -862,7 +848,7 @@
text-align: center;
}
.path-mod-assign [data-region="submissions-list"] {
text-align: initial;
text-align: inherit;
}
.path-mod-assign [data-region="submissions-list"] label.radio input {
margin-top: 4px;
@@ -902,7 +888,7 @@
width: 100%;
top: 0;
left: 0;
overflow: none;
overflow: auto;
height: auto;
margin-bottom: 1em;
}
@@ -999,6 +985,6 @@
/** Styles to fix base theme **/
.path-mod-assign #page,
.path-mod-assign #page-content {
position: initial;
position: inherit;
}
/** End of base fixes **/