From 2408f8fe2bf6321592cc1ab5a8db6f9b3c65eb4b Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 12 Apr 2016 13:18:50 +0800 Subject: [PATCH] MDL-52954 assign: Fix CSS lint issues --- mod/assign/styles.css | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/mod/assign/styles.css b/mod/assign/styles.css index 07db1786eb5..afb0973d0d6 100644 --- a/mod/assign/styles.css +++ b/mod/assign/styles.css @@ -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 **/ -- 2.43.0