Changeset 1867

Show
Ignore:
Timestamp:
04/25/08 01:44:01
Author:
johnsa
Message:

web clients: update login pages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.4.1.1/deployment/resources/login/logout.html

    r1860 r1867  
    3838        padding: 0; 
    3939      } 
    40       .styleButtons { 
    41         font-size: 0.9em; 
    42         padding: 3px; 
    43         white-space: nowrap; 
    44         margin-left: 4em; 
    45         color: #eee; 
    46         background-color: transparent; 
    47       } 
    48       .styleButtons a:link, 
    49       .styleButtons a:active, 
    50       .styleButtons a:visited { 
    51         color: #900; 
    52         background-color: #ccc; 
    53         text-decoration: none; 
    54         font-weight: normal; 
    55         margin-left: 10px; 
    56         padding: 1px 2px 1px 2px; 
    57         border-top: 2px solid #DDD; 
    58         border-left: 2px solid #DDD; 
    59         border-bottom: 2px solid #888; 
    60         border-right: 2px solid #888; 
    61       } 
    62       .styleButtons a:hover { 
    63         color: #000; 
    64         background-color: #fc0; 
    65         font-weight: normal; 
    66         text-decoration: none; 
    67         margin-left: 10px; 
    68         padding: 1px 2px 1px 2px; 
    69         border-top: 2px solid #DDD; 
    70         border-left: 2px solid #DDD; 
    71         border-bottom: 2px solid #888; 
    72         border-right: 2px solid #888; 
    73       } 
    7440      a:link, 
    7541      a:active, 
     
    9258      <img src="/bedework-common/images/bedeworkLogo.gif" alt="Bedework Logo"/> 
    9359    </div> 
     60    <h3 id="title">Logged Out</h3> 
    9461    <div id="loginBox"> 
    95       Logged out 
    96       <span class="styleButtons"> 
    97         <a href="setup.do"> 
    98           Log In 
    99         </a> 
    100       </span> 
    101     </div> 
     62      <p><a href="setup.do">Login</a></p> 
     63    </div 
    10264  </body> 
    10365</html>