Changeset 1096 for trunk


Ignore:
Timestamp:
12/24/09 02:09:29 (2 years ago)
Author:
savin.tiberiu@…
Message:

Added padding to the filter results table and fixed a bug from macro_algorithmtags

Location:
trunk/www
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/macros/macro_algorithmtags.php

    r1095 r1096  
    5151        $subtags_html = Array(); 
    5252        foreach ($tag['sub_tags'] as $subtag) { 
    53             $tag_link = format_link(url_task_search(array($tag_id)), $subtag['name'], true, 
     53            $tag_link = format_link(url_task_search(array($subtag['id'])), $subtag['name'], true, 
    5454                            array('class' => "sub_tag_search_anchor")); 
    5555            $subtags_html[] = '<div class="sub_tag_name">'.$tag_link.'</div>'; 
  • trunk/www/static/css/sitewide.css

    r1095 r1096  
    359359    width: 99%; 
    360360} 
     361 
     362table.filter_results td, th { 
     363    padding: 3px; 
     364} 
Note: See TracChangeset for help on using the changeset viewer.