Commit 8f6ebfff by Jillian Vogel Committed by Jonathan Piacenti

Added 2px margin-right and margin-bottom to aligned, dropped items

parent 998c93f4
......@@ -151,6 +151,8 @@
transform: none;
position: relative;
vertical-align: top;
margin-right: 2px;
margin-bottom: 2px;
}
.xblock--drag-and-drop .zone .item-align-left {
text-align: left;
......@@ -163,7 +165,8 @@
}
.xblock--drag-and-drop .zone .item-align-center .option {
display: block;
margin: auto;
margin-left: auto;
margin-right: auto;
}
/* Focused option */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment