MDL-55711 theme_noname: CSS fix for settings block

Make the branches and leaves line up.

Part of MDL-55071
This commit is contained in:
Damyon Wiese 2016-08-25 11:19:02 +08:00 committed by Dan Poltawski
parent a84eadb88e
commit b4e5fcf5e2

View File

@ -12,6 +12,10 @@
.section-modchooser {
clear: both;
}
.block_tree .tree_item.branch {
margin-left: 8px;
}
.section_add_menus .horizontal div,
.section_add_menus .horizontal form {
display: inline;