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

Commit 2cfa87c

Browse files
Update docs popup page.
1 parent 042f4fb commit 2cfa87c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/pages/popup/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2>Popup</h2>
4242
&lt;a href=&quot;#popupBasic&quot; <strong>data-rel=&quot;popup&quot;</strong>&gt;Open Popup&lt;/a&gt;
4343

4444
&lt;div <strong>data-role=&quot;popup&quot;</strong> id=&quot;popupBasic&quot;&gt;
45-
This is a completely basic popup, no options set.
45+
&lt;p&gt;This is a completely basic popup, no options set.&lt;p&gt;
4646
&lt;/div&gt;
4747
</code></pre>
4848

@@ -53,7 +53,7 @@ <h2>Popup</h2>
5353
<p>This is a completely basic popup, no options set.</p>
5454
</div>
5555

56-
<p>The framework sets a small margin on text elements, but basically it's really just a container with rounded corners and a shadow which serves as a blank slate for your designs (even these features can be disabled via <a href="options.html">options</a>). This simple styling makes it easy to add in widgets like a listview to make a <a href="#popupMenu" data-rel="popup">menu</a> or photo to make a <a href="#popupMap" data-rel="popup">lightbox</a> that go right up to the edge of the popup.</p>
56+
<p>The framework adds small amount of margin to text elements, but basically it's really just a container with rounded corners and a shadow which serves as a blank slate for your designs (even these features can be disabled via <a href="options.html">options</a>). This simple styling makes it easy to add in widgets like a listview to make a <a href="#popupMenu" data-rel="popup">menu</a> or photo to make a <a href="#popupMap" data-rel="popup">lightbox</a> that go right up to the edge of the popup.</p>
5757

5858

5959
<h2>Calling the popup plugin</h2>
@@ -92,14 +92,14 @@ <h2>Closing popups</h2>
9292
<a href="#popupCloseRight" data-rel="popup" data-role="button" data-inline="true">Popup with close button right</a>
9393
<a href="#popupCloseLeft" data-rel="popup" data-role="button" data-inline="true">Popup with close button left</a>
9494

95-
<div data-role="popup" id="popupCloseRight" class="ui-content">
95+
<div data-role="popup" id="popupCloseRight">
9696
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
97-
<p>I have a close button at the top right corner.</p>
97+
<p style="padding-right:10px;">I have a close button at the top right corner.</p>
9898
</div>
9999

100-
<div data-role="popup" id="popupCloseLeft" class="ui-content">
100+
<div data-role="popup" id="popupCloseLeft">
101101
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-left">Close</a>
102-
<p>I have a close button at the top left corner.</p>
102+
<p style="padding-left:10px;">I have a close button at the top left corner.</p>
103103
</div>
104104

105105
<h2>Adding padding</h2>

0 commit comments

Comments
 (0)