Ignore:
Timestamp:
Jan 1, 2011, 9:30:39 PM (13 years ago)
Author:
rvelices
Message:
  • fix quick connect right margin (recent css simplification impact)
  • index.php wrong nav bar generation under some plugin cases
  • css sprites in the quick connect are simpler and more compact
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/menubar_identification.tpl

    r8076 r8432  
    4949
    5050        <div>
    51         <input type="hidden" name="redirect" value="{$smarty.server.REQUEST_URI|@urlencode}">
     51        <input type="hidden" name="redirect" value="{$smarty.server.REQUEST_URI|@urlencode}">
    5252        <input class="submit" type="submit" name="login" value="{'Submit'|@translate}">
    53         <ul class="categoryActions">
     53        <span class="categoryActions">
    5454{if isset($U_REGISTER)}
    55                 <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" class="pwg-state-default pwg-button">
     55                <a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" class="pwg-state-default pwg-button">
    5656                        <span class="pwg-icon pwg-icon-register">&nbsp;</span>
    57                 </a></li>
     57                </a>
    5858{/if}
    59                 <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" class="pwg-state-default pwg-button">
     59                <a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" class="pwg-state-default pwg-button">
    6060                        <span class="pwg-icon pwg-icon-lost-password">&nbsp;</span>
    61                 </a></li>
    62         </ul>
     61                </a>
     62        </span>
    6363        </div>
    6464
Note: See TracChangeset for help on using the changeset viewer.