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/default-layout.css

    r924 r973  
    183183}
    184184
    185 FORM#quickconnect {
    186   margin: 0;
    187 }
    188 
    189 FORM#quickconnect FIELDSET {
    190   margin: 5px;
    191 }
    192 
    193 FORM#quickconnect P {
    194   text-align: center;
    195 }
    196 
    197 FORM#quickconnect P INPUT {
    198   display: inline;
    199 }
    200 
    201185FORM.properties LABEL.mandatory {
    202186  font-weight: bold;
     
    260244  display: none;
    261245}
     246
     247/* button tools */
     248UL.actions {
     249  text-indent: 0;
     250  list-style: none;
     251}
     252UL.actions  LI {
     253  display: inline;
     254}
     255UL.actions  A {
     256  border: none;
     257}
Note: See TracChangeset for help on using the changeset viewer.