mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-37775 theme_canvas: Changed ADD a block from center align to left in style/blocks.css
This commit is contained in:
parent
913084399a
commit
31235aa431
1 changed files with 7 additions and 0 deletions
|
@ -112,3 +112,10 @@
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
margin: 0.25em 0;
|
margin: 0.25em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Add block
|
||||||
|
------------------------------*/
|
||||||
|
|
||||||
|
.block_adminblock .content .singleselect {
|
||||||
|
text-align: left;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue