add popup stub

This commit is contained in:
Lisa P 2015-01-08 15:38:46 +01:00 committed by Piotr Sarnacki
parent 2a64382563
commit 3582969e90
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<a href="#" class="close" {{action "close" target=view}}></a>
<p><strong>This action will remove the log permanently!</strong></p>
<p>Do you want to continue?</p>
<p>
<a class="sync_now button">Yes, please!</a>
<span class="or">or</span>
<a href="#" class="cancel">Cancel</a>
</p>

View File

@ -72,7 +72,8 @@
p:last-child
margin-top: 10px
#regenerate-key
#regenerate-key,
#remove-log
.cancel
text-decoration: underline
p
@ -108,3 +109,4 @@
padding-left: 15px
img#code-climate-logo
margin-right: 50px