Changeset 2668


Ignore:
Timestamp:
Oct 5, 2008, 9:49:43 PM (16 years ago)
Author:
vdigital
Message:

Quickconnect : pressing "Tab+Enter" after remember was linking you to "forgotten password" instead of Submitting the current form.
Adjust some backgrounds (due to CSS optimization elsewhere) and some positions.

Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/menubar_identification.tpl

    r2636 r2668  
    4949
    5050        <div>
     51        <input class="submit" type="submit" name="login" value="{'Submit'|@translate}">
    5152        <ul class="actions">
    5253                <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li>
     
    5556                {/if}
    5657        </ul>
    57         <input class="submit" type="submit" name="login" value="{'Submit'|@translate}">
    5858        </div>
    5959
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2657 r2668  
    4242#menubar p { padding: 16px 16px 0; }
    4343#menubar .button { position:relative; right:9px; top:12px; height:16px; }
    44 #menubar #mbIdentification .button { height:24px; right:0px; top:0px; }
     44#menubar #mbIdentification .button { height:24px; right:0px; top:-40px; }
    4545#menubar #mbIdentification fieldset { border:0; margin:0 24px 0 23px; }
    4646#menubar #mbIdentification legend { display: none; }
     
    7979margin:0; padding: 0 12px; }
    8080H2 { border-bottom: 1px solid #000000; }
    81 #qsearchInput { background-color: #111; border-color: #222; color: #222;}
     81#qsearchInput { border-color: #222; color: #222;}
    8282FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
    8383input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
    8484background-color:#444; color:#999; } /* stupid Line but needed  due to inpact on other themes and deadline of Piwigo 2.0 */
    8585INPUT, select, textarea { color:#999; background-color: #444; }
     86input[type="radio"], input[type="checkbox"],
    8687input[type="button"].rateButtonStarEmpty, input[type="button"].rateButtonStarFull, { background-color: transparent; }
    8788#qsearchInput:focus,
Note: See TracChangeset for help on using the changeset viewer.