Changeset 508:7dbb15fcd538 for admin/style/default.css
- Timestamp:
- 07/04/11 14:50:03 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r453 r508 958 958 vertical-align: top; 959 959 } 960 thead th 960 thead th{ 961 961 text-align: left; 962 border-bottom-color: #666; 962 border-top: 1px solid #666; 963 border-bottom: 1px solid #666; 964 } 965 thead a, thead a:link, thead a:visited { 966 color: #000; 967 text-decoration: none; 968 border-bottom: 1px dotted #000; 969 } 970 thead th.asc { 971 padding-left: 15px; 972 background: transparent url(asc.png) no-repeat left center; 973 } 974 thead th.desc { 975 padding-left: 15px; 976 background: transparent url(desc.png) no-repeat left center; 963 977 } 964 978 tbody th {
Note: See TracChangeset
for help on using the changeset viewer.