1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-04 07:52:48 +02:00

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

This commit is contained in:
lazydaisy 2016-10-07 18:50:46 +01:00
parent d9520bc04e
commit 42bbb05f44
2 changed files with 16 additions and 4 deletions
theme/bootstrapbase
less/moodle
style

@ -228,9 +228,15 @@
.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%;
}
}
}

@ -12756,10 +12756,16 @@ body {
}
.block_adminblock .content {
display: block;
margin: 0 10px;
padding: 3px 5px;
width: auto;
}
.block_adminblock select {
max-width: 92%;
.block_adminblock .singleselect {
display: block;
}
.block_adminblock .singleselect select.singleselect {
display: block;
width: 100%;
}
/**
* Moodle forms HTML isn't changeable via renderers (yet?) so this