width: auto;
}
+.path-mod-feedback .feedback_form .col-form-label {
+ display: block !important; /* stylelint-disable-line declaration-no-important */
+}
// Feedback module
.path-mod-feedback .itemactions {
float: right;
#page-mod-forum-discuss .discussioncontrols {
width: auto;
margin: 0;
+
+ .form-inline input {
+ margin-top: -1px;
+ }
}
.maincalendar .calendarmonth td,
.path-mod-assign [data-region="grading-navigation"] {
padding: 6px;
- overflow-y: hidden;
}
.path-mod-assign [data-region="grade-actions"] {
padding: 0;
}
+
+/**
+ * Mod LTI.
+ */
+.path-admin-mod-lti {
+ .btn .loader img,
+ #tool-list-loader-container .loader img {
+ height: auto;
+ }
+}