demo: checkbox: reduce button's width
authorMinkyu Kang <mk7.kang@samsung.com>
Thu, 7 Feb 2013 05:25:38 +0000 (14:25 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 7 Feb 2013 05:53:02 +0000 (14:53 +0900)
Change-Id: I41a1e1a5bb9fe3d8377abd007e5ad9d308e4055b

demos/tizen-winsets/widgets/checkbox/checkbox.html

index 25336be..e82d64a 100644 (file)
 
        <div data-role="content">
                <div class="content-primary">
-                       <div class="my-check-button-style"><a id="check-1" data-role="button" data-inline="true">Check/UnCheck First checkbox</a></div>
+                       <div class="my-check-button-style"><a id="check-1" data-role="button" data-inline="true">Check/UnCheck</a></div>
                        <div class="my-check-button-style my-check-inline-style"><a id="get-check-value" data-role="button" data-inline="true">Get Check Value</a></div>
-                       <p class="my-check-inline-style">First checkbox check value :
+                       <p>First checkbox check value :
                                <span class="checked-value">
                                        <em>(click the button! )</em>
                                </span>
                        </p>
+                       <hr/>
+
                        <p> Trigged When user clicks a checkbox :
                                <span class="triggered-check">
                                        <em>(This is updated when user clicks a checkbox )</em>