[Title] Arrange input form in login page.
authorSungmin Kim <dev.sungmin.kim@samsung.com>
Tue, 13 Aug 2013 02:21:48 +0000 (11:21 +0900)
committerSungmin Kim <dev.sungmin.kim@samsung.com>
Tue, 13 Aug 2013 02:21:48 +0000 (11:21 +0900)
dibs-web/public/index.html

index 14ff2ec843f6f6c9785389478ecbf306e0679cd6..3fa83cd0a912cae9bb97bfc1f1498e5400a86773 100644 (file)
@@ -100,13 +100,13 @@ Contributors:
                <div data-role="content">
                        <form id="login-form">
                                <label for="login-form-email" >Email</label>
-                               <span style="float: left; width: 80%;">
+                               <div style="float: left; width: 80%;">
                                        <input id="login-form-email" type="email" name="email" autocomplete="on"/>
-                               </span>
-                               <span style="float: right;">
+                               </div>
+                               <div style="float: right;">
                                        <input id="login-form-save" type="checkbox" name="save" class="custom" data-mini="true" checked/>
                                        <label for="login-form-save">Save</label>
-                               </span>
+                               </div>
                                <div style="clear: both; float: left;">
                                        <label for="login-form-password">Password</label>
                                </div>