tizen demo : bug fix
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / widgets / pagelayout / backbutton / dynamically-attatch-backbutton-to-header.html
index 7eadbee..4697367 100755 (executable)
@@ -16,7 +16,7 @@
                but need to add back button dynamically in header<br>
                call page("addBackBtn", target) API<br></p>
                <div>
-                       <p style="width:100%; padding:1em; background-color:whitesmoke; color:black; border-width:3px; border-style:inset">
+                       <p style="margin-right:0.5em; padding:1em; background-color:whitesmoke; color:black; border-width:3px; border-style:inset">
                        &lt;div data-role="page"&gt; <br>
                        &nbsp&nbsp&nbsp&nbsp&lt;div data-role="header" data-position="fixed"&gt; <br>
                        &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&lt;h1&gt;back button sample&lt;/h1&gt; <br>
@@ -29,7 +29,7 @@
                </div><br>
 
                <div>
-                       <p style="width:100%; padding:1em; background-color:whitesmoke; color:black; border-width:3px; border-style:inset">
+                       <p style="margin-right:0.5em; padding:1em; background-color:whitesmoke; color:black; border-width:3px; border-style:inset">
                                &lt;script&gt; <br>
                                &nbsp;&nbsp;$(".ui-page-active").page( "addBackBtn", "header" );<br>
                                &lt;/script&gt; <br>