Changeset 3693
- Timestamp:
- 07/05/07 22:43:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plug-Ins/Web Interface/Resources/index.html
r3669 r3693 4 4 <title>Colloquy</title> 5 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 6 <meta name="viewport" content="width=320, initial-scale=1.0 ">6 <meta name="viewport" content="width=320, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> 7 7 <link rel="icon" href="smallIcon.png" type="image/png" /> 8 8 <script type="text/ecmascript" src="prototype.js" encoding="utf-8"></script> … … 77 77 78 78 #remember-label { 79 margin-top: 13px; 79 vertical-align: middle; 80 margin-top: 10px; 80 81 float: left; 81 82 } … … 132 133 <form onsubmit="login(event)"> 133 134 <label for="password">Password:</label> <input type="password" value="" id="password"><br> 134 <label id="remember-label"><input type="checkbox" checkedid="remember" value="1"> Remember Me</label>135 < input type="submit" id="submit" value="Login">135 <label id="remember-label"><input type="checkbox" id="remember" value="1"> Remember Me</label> 136 <div id="submit" onclick="login(event)">Login</div> 136 137 </form> 137 138 </div> trunk/Plug-Ins/Web Interface/Resources/iphone/iphone.css
r3692 r3693 32 32 -webkit-box-sizing: border-box; 33 33 box-sizing: border-box; 34 background-color: rgb(1 06, 130, 158);34 background-color: rgb(111, 135, 168); 35 35 border-top: 1px solid rgb(179, 186, 201); 36 36 border-bottom: 1px solid rgb(73, 95, 144);
