Ignore:
Timestamp:
Apr 7, 2010, 10:09:30 AM (14 years ago)
Author:
patdenice
Message:

Fix some issues on NBM: move css rules to mail body if it's possible.
Remove fieldset on available plugins page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/Sylvia/mail-css.tpl

    r5125 r5695  
    22
    33body {ldelim} background-color:#111; color:#666;}
    4 #the_page {ldelim} }
    5 #content {ldelim} }
    6 #copyright {ldelim} background: transparent url({$ROOT_URL}themes/{$themeconf.theme}/images/bottom-left-bg.jpg) no-repeat scroll left bottom;
     4#copyright {ldelim} background: transparent url({$ROOT_URL}themes/Sylvia/images/bottom-left-bg.jpg) no-repeat scroll left bottom;
    75min-height: 220px; height: 220px; width: 100%; min-width: 100%; padding: 10px 100px 30px 100px; }
    8 h2 {ldelim} color:#f70;background: transparent url({$ROOT_URL}themes/{$themeconf.theme}/images/fillet.gif) repeat-x scroll left bottom; padding-bottom: 5px;}
     6h2 {ldelim} color:#f70;background: transparent url({$ROOT_URL}themes/Sylvia/images/fillet.gif) repeat-x scroll left bottom; padding-bottom: 5px;}
    97img {ldelim} margin: 16px; border: 16px solid #444; -moz-border-radius: 4px; border-radius: 4px 4px; }
    108img:hover {ldelim} padding: 15px; border: 0; background-color:#222;-moz-border-radius: 4px; border-radius: 4px 4px; }
Note: See TracChangeset for help on using the changeset viewer.