Ignore:
Timestamp:
May 5, 2007 8:56:36 AM (17 years ago)
Author:
quinn
Message:

Various bug fixes to make compatible with Trendease 2.0.

  • Minor CSS admin tweaks.
  • PHP Notice warnings.
  • Minor bugs fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin.inc.css

    r106 r254  
    3434
    3535.help,
     36.sc-help,
    3637.commandtext { font-size: 70%; }
    3738
     
    172173td {
    173174    vertical-align: top;
    174     padding: 8px 6px 0 0;
     175/* 
     176    padding: 8px 6px 0 0;
     177    Why was this here? ///
     178*/
    175179}
    176180
     
    193197    border-bottom: 1px dotted #000;
    194198}
     199
     200table.list tr:hover {
     201    background: #FAF8C7;
     202}
     203
    195204
    196205/* BEAU: The old stuff that was here...
Note: See TracChangeset for help on using the changeset viewer.