OSDN Git Service

input field layout update
authorISHIKAWA Mutsumi <ishikawa@hanzubon.jp>
Wed, 24 Nov 2010 12:03:19 +0000 (21:03 +0900)
committerISHIKAWA Mutsumi <ishikawa@hanzubon.jp>
Wed, 24 Nov 2010 12:03:19 +0000 (21:03 +0900)
data/public/webkit.css
data/templates/webkit/all.html
data/templates/webkit/index.html
data/templates/webkit/root.html

index b8f69ff..2c93885 100644 (file)
@@ -442,14 +442,6 @@ form.edit {
     padding: 0px 10px;
 }
 
     padding: 0px 10px;
 }
 
-form.edit label {
-    position: absolute;
-    margin-top: 10px;
-    margin-left: 6px;
-    font-size: 14px;
-    color: #666;
-}
-
 form.edit button {
     margin:0 auto;
     font-size: 14px;
 form.edit button {
     margin:0 auto;
     font-size: 14px;
@@ -467,10 +459,6 @@ form.edit.bottom {
     height: 47px;
 }
 
     height: 47px;
 }
 
-form.edit.bottom label {
-    top: 10px;
-}
-
 form.edit.bottom input[type="text"] {
     margin-top: 8px;
 }
 form.edit.bottom input[type="text"] {
     margin-top: 8px;
 }
@@ -586,19 +574,6 @@ input[type="text"], input[type="password"] {
 }
 
 
 }
 
 
-
-#password {
-    padding-left: 76px;
-}
-
-#m_c {
-    padding-left: 86px;
-}
-
-#m {
-    padding-left: 34px;
-}
-
 #loading {
     z-index: 20;
     position: absolute;
 #loading {
     z-index: 20;
     position: absolute;
index c46df94..572255c 100644 (file)
@@ -9,8 +9,7 @@
   </div>
 
   <form action="all/<!-- tmpl_var cid -->" method="post" class="internal_form edit">
   </div>
 
   <form action="all/<!-- tmpl_var cid -->" method="post" class="internal_form edit">
-    <label for="m">発言</label>
-    <input type="text" id="m" name="m" />
+    <input type="text" id="m" name="m" placeholder="発言" />
     <input type="hidden" name="stamp" value="<!-- tmpl_var stamp -->" />
   </form>
 
     <input type="hidden" name="stamp" value="<!-- tmpl_var stamp -->" />
   </form>
 
index e4e6a34..edb9eeb 100644 (file)
@@ -31,8 +31,7 @@
   </div>
 
   <form action="index" method="post" class="internal_form edit bottom">
   </div>
 
   <form action="index" method="post" class="internal_form edit bottom">
-    <label for="m_c">IRCコマンド</label>
-    <input type="text" id="m_c" name="m" />
+    <input type="text" id="m_c" name="m" placeholder="IRCコマンド" autocomplete="on" />
     <input type="hidden" name="stamp" value="<!-- tmpl_var stamp -->" />
   </form>
 
     <input type="hidden" name="stamp" value="<!-- tmpl_var stamp -->" />
   </form>
 
index 95e1aed..ae16c4f 100644 (file)
@@ -52,8 +52,7 @@
     <a href="#about" class="button menu_button" id="index_menu_button">About</a>
   </div>
   <form id="login_form" method="post" rel="external" action="login" class="edit">
     <a href="#about" class="button menu_button" id="index_menu_button">About</a>
   </div>
   <form id="login_form" method="post" rel="external" action="login" class="edit">
-    <label for="password">パスワード</label>
-    <input type="password" id="password" name="password" value="" />
+    <input type="password" id="password" name="password" value="" placeholder="パスワード" />
     <button type="submit" rel="external" class="submit whiteButton">ログイン</button>
   </form>
   <div class="info">
     <button type="submit" rel="external" class="submit whiteButton">ログイン</button>
   </form>
   <div class="info">