Commit d20f5e6a by Tim Krones

Center-align content of draggable items.

parent d1746f42
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
box-sizing: border-box; box-sizing: border-box;
margin: 5px; margin: 5px;
padding: 10px; padding: 10px;
text-align: center;
background-color: #1d5280; background-color: #1d5280;
font-size: 14px; font-size: 14px;
color: #fff; color: #fff;
...@@ -84,11 +85,6 @@ ...@@ -84,11 +85,6 @@
width: 100%; /* If the image is smaller than the specified width, make it larger */ width: 100%; /* If the image is smaller than the specified width, make it larger */
} }
.xblock--drag-and-drop .drag-container .option .spinner-wrapper {
margin-right: 3px;
float: left;
}
.xblock--drag-and-drop .drag-container .option.option-with-image .spinner-wrapper { .xblock--drag-and-drop .drag-container .option.option-with-image .spinner-wrapper {
position: absolute; position: absolute;
float: none; float: none;
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
.themed-xblock.xblock--drag-and-drop .drag-container .option { .themed-xblock.xblock--drag-and-drop .drag-container .option {
border-radius: 0px; border-radius: 0px;
text-align: initial;
font-size: 14px; font-size: 14px;
background-color: #2e83cd; background-color: #2e83cd;
color: #fff; color: #fff;
......
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