Ignore:
Timestamp:
06/20/16 18:16:52 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Refine pages with alternating row colours to use CSS instead of
HTML::Template's even/odd loop specials, and move the
bottom-of-page first/previous/next/last/all blob out of the data table
into its own div for consistent layout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r722 r731  
    4141        background-color: #D0E0E0;
    4242}
     43.altrows > tbody > tr:nth-child(even) {
     44        background-color: #FFFFFF;
     45}
    4346.altrows > tbody > tr:nth-child(odd) {
    44         background-color: #FFFFFF;
    45 }
    46 .altrows > tbody > tr:nth-child(even) {
    4747        background-color: #DDDDDD;
    4848}
     
    200200.center {
    201201        text-align: center;
     202}
     203.vpad {
     204        padding-top: 5px;
     205        padding-bottom: 5px;
    202206}
    203207/* not sure this really does what I think it does.  is it really not
Note: See TracChangeset for help on using the changeset viewer.