Ignore:
Timestamp:
Dec 4, 2005, 12:40:51 AM (18 years ago)
Author:
chrisaga
Message:

add feature 221 : Add a link to "lost password" in quick connect form

plus link to "register" and move quickconnect rules from default-layout.css to menubar.css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/menubar.css

    r960 r972  
    6060    text-indent: 2px;
    6161}
     62
     63/* quickconnect form */
     64FORM#quickconnect {
     65  margin: 0;
     66}
     67
     68FORM#quickconnect FIELDSET {
     69  margin: 5px;
     70}
     71
     72FORM#quickconnect P {
     73  float: left;
     74  margin: 0;
     75}
     76
     77FORM#quickconnect UL.actions {
     78  display: inline;
     79  margin: 0,5em 0 0 0;
     80  float: right;
     81}
Note: See TracChangeset for help on using the changeset viewer.