Changeset 3693

Show
Ignore:
Timestamp:
07/05/07 22:43:13 (1 year ago)
Author:
timothy
Message:

Tweaks to the login page to make the login button look right on the phone. Also a tweak to the header color.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plug-Ins/Web Interface/Resources/index.html

    r3669 r3693  
    44        <title>Colloquy</title> 
    55        <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"> 
    77        <link rel="icon" href="smallIcon.png" type="image/png" /> 
    88        <script type="text/ecmascript" src="prototype.js" encoding="utf-8"></script> 
     
    7777 
    7878        #remember-label { 
    79                 margin-top: 13px; 
     79                vertical-align: middle; 
     80                margin-top: 10px; 
    8081                float: left; 
    8182        } 
     
    132133<form onsubmit="login(event)"> 
    133134<label for="password">Password:</label> <input type="password" value="" id="password"><br> 
    134 <label id="remember-label"><input type="checkbox" checked id="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
    136137</form> 
    137138</div> 
  • trunk/Plug-Ins/Web Interface/Resources/iphone/iphone.css

    r3692 r3693  
    3232        -webkit-box-sizing: border-box; 
    3333        box-sizing: border-box; 
    34         background-color: rgb(106, 130, 158); 
     34        background-color: rgb(111, 135, 168); 
    3535        border-top: 1px solid rgb(179, 186, 201); 
    3636        border-bottom: 1px solid rgb(73, 95, 144);