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

dd 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
  • branches/branch-1_5/template/yoga/menubar.css

    r876 r973  
    7171    text-indent: 2px;
    7272}
     73
     74/* quickconnect form */
     75FORM#quickconnect {
     76  margin: 0;
     77}
     78
     79FORM#quickconnect FIELDSET {
     80  margin: 5px;
     81}
     82
     83FORM#quickconnect P {
     84  float: left;
     85  margin: 0;
     86}
     87
     88FORM#quickconnect UL.actions {
     89  display: inline;
     90  margin: 0,5em 0 0 0;
     91  float: right;
     92}
Note: See TracChangeset for help on using the changeset viewer.