Changeset 254 for trunk/css


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.
Location:
trunk/css
Files:
2 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...
  • trunk/css/utilities.inc.css

    r168 r254  
    4040.sc-padright { padding: 0 10px 0 0; }
    4141.sc-right { text-align: right; }
     42.sc-normal { font-weight: normal; }
    4243
    4344/* .sc-pkg class wraps enclosing block element around inner floated elements */
Note: See TracChangeset for help on using the changeset viewer.