mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-37775 theme_canvas: Changed ADD a block from center align to left in style/blocks.css
This commit is contained in:
parent
b3778a0dec
commit
772cd5c8fa
@ -115,3 +115,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…
x
Reference in New Issue
Block a user