Skip to content

Commit

Permalink
Clean up styling code
Browse files Browse the repository at this point in the history
  • Loading branch information
abuturla committed Feb 16, 2018
1 parent 2688047 commit 95c6741
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions src/widget/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,23 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- JS -->
<script src="../../../scripts/buildfire.js"></script>
<script src="../../../scripts/buildfire.js"></script>
<style>
div.link-verified {
margin: 0;
position: absolute;
top: 50%;
height: 120px;
margin-top: -75px;
width: 100%;
}

div.link-verified .glyphicon {
border: 2px solid;
padding: 10px;
border-radius: 50%;
margin-bottom: 20px;
.success-message{
text-align: center;
vertical-align: middle;
height: 100%;
display: none;
margin-top: 50%;
}
</style>
</head>
<body class="no-scroll">

<div style="text-align: center;vertical-align: middle; height: 100%; display: none" id="successMessage">
<div style="margin-top: 50%;">
<div class="success-message" id="successMessage">
<h2>Success!</h2>

<p>Your web page has been linked and will show in your app. To view your
web page now click <a id="targetUrl" href="#" target="_blank">here</a></p>
</div>
</div>

</body>
Expand Down

0 comments on commit 95c6741

Please sign in to comment.