Dotclear


Ignore:
Timestamp:
07/04/11 14:50:03 (14 years ago)
Author:
Tomtom33 <tbouron@…>
Branch:
formfilters
Message:

Added sort and order functionality in admin lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r453 r508  
    958958     vertical-align: top; 
    959959} 
    960 thead th { 
     960thead th{ 
    961961     text-align: left; 
    962      border-bottom-color: #666; 
     962     border-top: 1px solid #666; 
     963     border-bottom: 1px solid #666; 
     964} 
     965thead a, thead a:link, thead a:visited { 
     966     color: #000; 
     967     text-decoration: none; 
     968     border-bottom: 1px dotted #000; 
     969} 
     970thead th.asc { 
     971     padding-left: 15px; 
     972     background: transparent url(asc.png) no-repeat left center; 
     973} 
     974thead th.desc { 
     975     padding-left: 15px; 
     976     background: transparent url(desc.png) no-repeat left center; 
    963977} 
    964978tbody th { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map