Ignore:
Timestamp:
Dec 7, 2009, 4:49:34 AM (14 years ago)
Author:
gav
Message:

CSS improvements, add images to login and search buttons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/login/auth.gsp

    r194 r221  
    2828    height: 1%;
    2929}
     30#login .loginButton {
     31    float: left;
     32    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
     33    border: 1px solid #ccc;
     34    border-color: #ccc #aaa #aaa #ccc;
     35    margin: 0;
     36}
    3037#login .inner .cssform input[type='text'] {
    3138    width: 120px;
     39}
     40#login .inner .cssform input[type='submit'] {
     41    background: transparent url(../images/skin/key_go.png) 5px 50% no-repeat;
     42    padding-left: 28px;
     43    border: none;
     44    cursor: pointer;
     45    margin: 0;
     46    overflow: hidden;
    3247}
    3348#login .inner .cssform input[type='submit']:link {
     
    3651}
    3752#login .inner .cssform input[type='submit']:hover {
    38     background:#bfdaff;
     53    /*background: #bfdaff;*/
     54}
     55#login .inner .cssform input[type='submit']:focus {
    3956}
    4057#login .inner .cssform label {
     
    88105
    89106                <p>
    90                     <input type='submit' value='Login' />
     107                    <span class="loginButton">
     108                        <input type='submit' value='Login' />
     109                    </span>
    91110                </p>
    92111            </form>
Note: See TracChangeset for help on using the changeset viewer.