Commit f8599ba1 by dragonfi

Feedback popup: match look from other XBlocks

parent 239bfcd1
...@@ -148,32 +148,34 @@ ...@@ -148,32 +148,34 @@
} }
.xblock--drag-and-drop .popup { .xblock--drag-and-drop .popup {
display: none;
position: absolute; position: absolute;
top: 20px; display: none;
right: 20px; top: 5%;
right: 5%;
background: none repeat scroll 0 0 #66A5B5; background: none repeat scroll 0 0 #66A5B5;
opacity: 0.9; opacity: 0.9;
padding: 10px; width: 500px;
width: 300px; max-width: 90%;
min-height: 50px;
max-height: 90%;
overflow-y: auto;
z-index: 100; z-index: 100;
} }
.xblock--drag-and-drop .popup .popup-content { .xblock--drag-and-drop .popup .popup-content {
color: #fff; color: #FFFFFF;
font-family: arial; margin-left: 15px;
font-size: 14px; margin-top: 35px;
margin-bottom: 15px;
} }
.xblock--drag-and-drop .popup .close { .xblock--drag-and-drop .popup .close {
cursor: pointer; cursor: pointer;
position: absolute; float: right;
top: 5px; margin-right: 8px;
right: 3px; margin-top: 8px;
width: 18px; margin-left: 20px;
height: 21px; color: #FFFFFF;
font-family: FontAwesome; font-family: "fontawesome";
font-style: normal; font-size: 18pt;
text-align: center;
color: #fff;
} }
...@@ -11,14 +11,13 @@ ...@@ -11,14 +11,13 @@
</section> </section>
<section class="drag-container"> <section class="drag-container">
<ul class="items"></ul>
<div class="target">
<div class="popup"> <div class="popup">
<div class="close icon-remove-sign fa-times-circle"></div> <div class="close icon-remove-sign fa-times-circle"></div>
<p class="popup-content"></p> <p class="popup-content"></p>
</div> </div>
<ul class="items"></ul>
<div class="target">
<div class="target-img"></div> <div class="target-img"></div>
</div> </div>
......
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