Ignore:
Timestamp:
08/12/10 18:00:54 (14 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Checkpoint - convert editDisplay.html to template
Still need to finish type dropdown
Still need to clean up formatting, tr/div/form nesting/classes,
etc around buttons and restricted data
See #3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/ipdb.css

    r466 r469  
    9696        font-family: Verdana, Arial, Helvetica, sans-serif;
    9797}
    98 tr.row0 {
     98/* for reasons of Please The Validation Gods, these may be applied to
     99   things that are not technically table rows */
     100.row0 {
    99101        background-color: #D0E0E0;
    100102        font-family: Verdana, Arial, Helvetica, sans-serif;
    101103        font-size: 90%;
    102104}
    103 tr.row1 {
     105.row1 {
    104106        background-color: #A8C4D0;
    105107        font-family: Verdana, Arial, Helvetica, sans-serif;
Note: See TracChangeset for help on using the changeset viewer.