Changeset 1387

Show
Ignore:
Timestamp:
03/04/07 18:58:53 (2 years ago)
Author:
jm3
Message:
  • fixed sizing a big with the jump up (header and right list needs to be wider on logged in page)
  • fixed the non-logged-in handling for the bulk manager
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/folder.php

    r1385 r1387  
    288288<?php } ?> 
    289289<?php } else if( ! $condensed ) { ?> 
    290 
    291         snatch 
     290 
     291<div style="float: right"> 
     292<img src="/img/plus.gif" alt="+" valign="middle" /> = Add to your links 
     293</div> 
    292294<?php } ?> 
    293295<br/> 
  • feedmelinks/modules/main-interface.inc.php

    r1383 r1387  
    3131?> 
    3232 
    33                 <div class="box"
     33                <div class="box" style="width: 330px;"
    3434                        <div class="subhead">  
    3535<?php 
  • feedmelinks/modules/menu.inc.php

    r1360 r1387  
    1515<a class="tn" href="/account">My Profile</a> 
    1616<% } else { %> 
    17 Check out the latest material with the <a class="tn" href="/link-cruiser">link-cruiser</a> 
     17Check out new hotness via the <a class="tn" href="/link-cruiser">Link-Cruiser</a> <a class="tn" href="http://blog.feedmelinks.com/">Blog</a> | <a class="tn bignav" href="/login">Login</a> / <a class="tn bignav" href="/register">Register</a> 
    1818<% } %> 
    1919 
  • feedmelinks/modules/tag-list-header.inc.php

    r1385 r1387  
     1<?php if( $owned && !$condensed) { ?> 
    12        <script type="text/javascript" src="/script/mootools.v1.00.js"></script> 
    23        <script type="text/javascript" src="/script/taglist_toggle.js"></script> 
     
    1415                        </p> 
    1516 
    16 <?php 
    17 if( $owned && !$condensed) { ?> 
    18 <!-- start row --> 
    1917 
    2018                        <div> 
     
    4846                        </div> 
    4947 
    50 <?php 
    51         } 
    52 ?> 
    5348 
    5449                </div> 
     
    6055</div> 
    6156 
     57<?php 
     58        } 
     59?> 
  • feedmelinks/style/main.css

    r1385 r1387  
    135135        padding-left: 0.4em; 
    136136        padding-right: 0.5em; 
     137} 
     138 
     139a.bignav, a.bignav.visited { 
     140        font-size: 14px; 
    137141} 
    138142