Changeset 1399

Show
Ignore:
Timestamp:
06/17/2009 09:21:43 AM (15 months ago)
Author:
DarTar
Message:

Minor CSS changes. refs #6 and #868

Location:
branches/1.2
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/actions/adminpages.php

    r1381 r1399  
    768768                                '               <td class="number'.(($c_color == 1)? ' c4' : '').'">'.$backlinkpage.'</td>'."\n". 
    769769                                '               <td class="number'.(($c_color == 1)? ' c5' : '').'">'.$refpage.'</td>'."\n". 
    770                                 '               <td class="center">'.$revertpage.' :: '.$editpage.' :: '.$deletepage.' :: '.$clonepage.' :: '.$aclpage.'</td>'."\n". 
     770                                '               <td class="actions">'.$revertpage.' :: '.$editpage.' :: '.$deletepage.' :: '.$clonepage.' :: '.$aclpage.'</td>'."\n". 
    771771                                '       </tr>'."\n". 
    772772                                '</tbody>'."\n"; 
  • branches/1.2/actions/adminusers.php

    r1381 r1399  
    507507                                        '               <td class="number'.(($c_color == 1)? ' c2' : '').'">'.$changeslink.'</td>'."\n". #set column color 
    508508                                        '               <td class="number'.(($c_color == 1)? ' c3' : '').'">'.$commentslink.'</td>'."\n".   #set column color 
    509                                         '               <td class="center">'.$deleteuser.'</td>'."\n".  
     509                                        '               <td class="actions">'.$deleteuser.'</td>'."\n".  
    510510                                        '       </tr>'."\n". 
    511511                                        '</tbody>'."\n"; 
  • branches/1.2/css/light.css

    r1398 r1399  
    735735 
    736736table.data td.datetime { 
     737        color: #666; 
     738        font-size: 80%; 
     739        font-family: "Lucida Console", Monaco, monospace; 
    737740        text-align: right; 
    738741        white-space: nowrap; 
     
    841844        border: 1px solid #CCC; 
    842845        width: 100%; 
     846} 
     847 
     848table#adminusers td.actions { 
     849        text-align: center; 
     850        font-size: 70%; 
     851        font-family: Verdana, Arial, Helvetica, sans-serif;      
    843852} 
    844853 
  • branches/1.2/css/wikka.css

    r1396 r1399  
    774774} 
    775775 
     776table#adminpages td.actions { 
     777        text-align: center; 
     778        font-size: 70%; 
     779        font-family: Verdana, Arial, Helvetica, sans-serif;      
     780} 
     781 
    776782form#form_page_admin_panel fieldset { 
    777783        line-height: 2em;        
     
    783789        border: 1px solid #CCC; 
    784790        width: 100%; 
     791} 
     792 
     793table#adminusers td.actions { 
     794        text-align: center; 
     795        font-size: 70%; 
     796        font-family: Verdana, Arial, Helvetica, sans-serif;      
    785797} 
    786798