Changeset 972


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

Location:
trunk/template/yoga
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/category.tpl

    r960 r972  
    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="{themeconf:icon_dir}/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="{themeconf:icon_dir}/register.png" class="button" alt="{lang:register}"/></a></li>
     96    </ul>
     97
    9498      </fieldset>   
    9599    </form>
  • trunk/template/yoga/content.css

    r960 r972  
    156156}
    157157
    158 #content DIV.comment  UL.actions  LI {
    159   display: inline;
    160 }
    161 
    162158#content DIV.comment BLOCKQUOTE {
    163159  margin-top: 1em;
  • trunk/template/yoga/default-layout.css

    r960 r972  
    184184}
    185185
    186 FORM#quickconnect {
    187   margin: 0;
    188 }
    189 
    190 FORM#quickconnect FIELDSET {
    191   margin: 5px;
    192 }
    193 
    194 FORM#quickconnect P {
    195   text-align: center;
    196 }
    197 
    198 FORM#quickconnect P INPUT {
    199   display: inline;
    200 }
    201 
    202186FORM.properties LABEL.mandatory {
    203187  font-weight: bold;
     
    261245  display: none;
    262246}
     247
     248/* button tools */
     249UL.actions {
     250  text-indent: 0;
     251  list-style: none;
     252}
     253UL.actions  LI {
     254  display: inline;
     255}
     256UL.actions  A {
     257  border: none;
     258}
     259
  • 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.