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

This commit is contained in:
Nadav Kavalerchik 2017-02-20 19:39:16 +02:00
parent 0f59b6dd75
commit f9c1a7515a

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);