Changeset 225

Show
Ignore:
Timestamp:
12/09/07 13:15:51 (1 year ago)
Author:
shupp
Message:

get current page style working in framework pager

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Framework/Module/Framework/Templates/Default/framework_pager.tpl

    r202 r225  
    11{if $nav->total > $nav->limit} 
    2     <div style="vertical-align: middle;"> 
     2    <div class="framework_pager"> 
    33    <table border="0"><tr valign="center"> 
    44    {if $nav->start > 1} 
  • trunk/htdocs/styles.css

    r108 r225  
    129129background-color: #8E8E8E;; 
    130130} 
    131  
    132 #pages { 
    133 font-size: 12px; 
    134 
    135  
    136 #pages a, a:link, a:visited { 
     131.framework_pager { 
    137132font-size: 12px; 
    138133color: #E0423A; 
    139134text-decoration: none; 
    140135} 
    141  
    142 #pages a:hover { 
     136.framework_pager a { 
     137font-size: 12px; 
     138color: #E0423A; 
     139text-decoration: none; 
     140
     141.framework_pager a.current { 
     142font-size: 12px; 
     143color: #E0423A; 
    143144text-decoration: underline; 
    144145}