Commit 005bd8a5 by Xavier Antoviaque

Merge pull request #12 from dragonfi/normalize-feedback-popup-css

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