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

Commit 9994057

Browse files
committed
CHanged back button style on advanced popup examples
1 parent f67f0bf commit 9994057

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/pages/popup/popup-iframes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>Popups with iframes</h1>
2828
<div data-role="content" class="ui-body">
2929
<div class="content-primary">
3030

31-
<p style="margin-bottom:-20px;"><a href="index.html">Popups &#8594;</a></p>
31+
<a href="index.html" data-role="button" data-transition="fade" data-icon="arrow-l" data-inline="true">Back to Popups</a>
3232
<h2>Working with iframes in popups</h2>
3333

3434
<p>You may need to embed an iframe into a popup to use a 3rd party widget. Here, we'll walk through a few real-world examples of working with iframes: videos and maps.</p>

docs/pages/popup/popup-images.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>Popup images</h1>
2828
<div data-role="content" class="ui-body">
2929
<div class="content-primary">
3030

31-
<p style="margin-bottom:-20px;"><a href="index.html">Popups &#8594;</a></p>
31+
<a href="index.html" data-role="button" data-transition="fade" data-icon="arrow-l" data-inline="true">Back to Popups</a>
3232
<h2>Scaling images: Lightbox examples</h2>
3333

3434
<p>The framework CSS contains rules that make images that are immediate children of the popup scale to fit the screen. Because of the absolute positioning of the popup container and screen, the height is not adjusted to screen height on all browsers. You can prevent vertical scrolling with a simple script that sets the <code>max-height</code> of the image.</p>

docs/pages/popup/popup-panels.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>Popup panels</h1>
2828
<div data-role="content" class="ui-body">
2929
<div class="content-primary">
3030

31-
<p style="margin-bottom:-20px;"><a href="index.html">Popups &#8594;</a></p>
31+
<a href="index.html" data-role="button" data-transition="fade" data-icon="arrow-l" data-inline="true">Back to Popups</a>
3232
<h2>Overlay panels</h2>
3333

3434
<p>Taking customization further, here is an example of a popup that has been customized to look like a vertical panel with three mini buttons:</p>

0 commit comments

Comments
 (0)