Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Popup: Re-add button that opens popup alignment demo
Browse files Browse the repository at this point in the history
Fixes gh-7144
  • Loading branch information
Gabriel Schulhof committed Feb 21, 2014
1 parent 5bb9ee8 commit b3bf6c5
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions demos/popup-alignment/index.php
Expand Up @@ -32,17 +32,10 @@
opacity: 0.8;
}
#open-alignment-example {
position: absolute;
width: 3em;
min-width: 3em;
max-width: 3em;
height: 1.2em;
min-height: 1.2em;
max-height: 1.2em;
margin-left: -1.5em;
margin-top: -0.6em;
position: relative;
left: 50%;
top: 50%;
width: 6em;
margin-left: -3em;
background-color: #ffa0a0;
border-color: black;
}
Expand Down Expand Up @@ -73,6 +66,7 @@
</form>
</div>
</div>
<a href="#alignment-example" id="open-alignment-example" data-rel="popup" role="button" class="ui-btn ui-corner-all ui-shadow ui-btn-inline">Open Popup</a>
</div><!-- /content -->

<?php include( '../jqm-navmenu.php' ); ?>
Expand Down

0 comments on commit b3bf6c5

Please sign in to comment.