Commit 034e3b08 by dragonfi

Add reset button html and css

parent 4d4e3931
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
margin: 10px 0; margin: 10px 0;
margin-top: 20px;
} }
...@@ -144,7 +145,6 @@ ...@@ -144,7 +145,6 @@
.xblock--drag-and-drop .feedback { .xblock--drag-and-drop .feedback {
margin-top: 20px; margin-top: 20px;
border-top: solid 1px rgb(189, 189, 189); border-top: solid 1px rgb(189, 189, 189);
padding-top: 20px;
} }
.xblock--drag-and-drop .popup { .xblock--drag-and-drop .popup {
...@@ -177,3 +177,10 @@ ...@@ -177,3 +177,10 @@
text-align: center; text-align: center;
color: #fff; color: #fff;
} }
.xblock--drag-and-drop .reset-button {
cursor: pointer;
float: right;
color: #3384CA;
margin-top: 3px;
}
...@@ -25,7 +25,9 @@ ...@@ -25,7 +25,9 @@
<div class="clear"></div> <div class="clear"></div>
</section> </section>
<section class="feedback"> <section class="feedback">
<div class="reset-button">Reset exercise</div>
<div class="title1">Feedback</div> <div class="title1">Feedback</div>
<p class="message"></p> <p class="message"></p>
</section> </section>
......
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