Commit d5fe00c3 by Eugeny Kolpakov

Merge pull request #40 from open-craft/styling_changes_from_ux

Styling changes from ux
parents 819de86c 109cffbc
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
.xblock--drag-and-drop .drag-container { .xblock--drag-and-drop .drag-container {
width: auto; width: auto;
padding: 5px; padding: 1%;
background: #ebf0f2; background: #ebf0f2;
} }
...@@ -220,7 +220,8 @@ ...@@ -220,7 +220,8 @@
display: none; display: none;
top: 5%; top: 5%;
right: 5%; right: 5%;
background: none repeat scroll 0 0 #66A5B5; border: 1px solid white;
background: none repeat scroll 0 0 rgba(0,0,0,.8);
width: 500px; width: 500px;
max-width: 90%; max-width: 90%;
min-height: 50px; min-height: 50px;
......
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