Changeset 973


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

Location:
branches/branch-1_5/template/yoga
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_5/template/yoga/category.tpl

    r939 r973  
    9191         <input type="submit" name="login" value="{lang:submit}">
    9292        </p>
    93    
     93    <ul class="actions">
     94      <li><a href="{U_LOST_PASSWORD}" title="{lang:Forgot your password?}"><img src="template/yoga/theme/lost_password.png" class="button" alt="{lang:Forgot your password?}"></a></li>
     95      <li><a href="{U_REGISTER}" title="{lang:Create a new account}"><img src="template/yoga/theme/register.png" class="button" alt="{lang:register}"/></a></li>
     96    </ul>
     97
    9498      </fieldset>   
    9599    </form>
  • branches/branch-1_5/template/yoga/content.css

    r951 r973  
    174174}
    175175
    176 #content DIV.comment  UL.actions  LI {
    177   display: inline;
    178 }
    179 
    180176#content DIV.comment BLOCKQUOTE {
    181177  margin: 1em 0.5em 0.5em 150px; /* margin-left corresponds to maximum thumbnail width + ~10px */
  • 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}
  • 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.