MDL-57524 theme_boost: Fix ignored input size on admin pages

This commit is contained in:
Nadav Kavalerchik
2017-02-24 21:51:43 +02:00
parent d0209e611f
commit def32a798d
+4
View File
@@ -39,6 +39,10 @@
width: 100%;
}
#adminsettings .form-control[size] {
width: auto;
}
.mform fieldset.collapsible legend a.fheader {
padding: 0 5px 0 ($spacer * 1.5);
margin-left: -($spacer * 1.5);