MDL-51633 theme_bootstrapbase: Restyled ADD BLOCK to remove max-width.

This commit is contained in:
lazydaisy
2016-10-07 18:56:19 +01:00
parent 0c332af374
commit 5a36fc8bd2
2 changed files with 9 additions and 3 deletions
+8 -2
View File
@@ -239,10 +239,16 @@
.block_adminblock {
.content {
display: block;
margin: 0 10px;
padding: 3px 5px;
width: auto;
}
select {
max-width: 92%;
.singleselect {
display: block;
select.singleselect {
display: block;
width: 100%;
}
}
}
File diff suppressed because one or more lines are too long