Changeset 1681

Show
Ignore:
Timestamp:
12/13/06 05:55:48 (2 years ago)
Author:
coderanger
Message:

ThemeEnginePlugin:

New default image to match the box.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • themeengineplugin/0.10/themeengine/templates/admin_themeengine.cs

    r1680 r1681  
    1212    -moz-border-radius: 10px; 
    1313    background: #EEF7D4; 
     14    /*background: #FFFECC;*/ 
    1415    padding: 20px 35px; 
    1516} 
     
    4142    display: none; 
    4243    position: absolute; 
    43     top: 105px; 
     44    top: 205px; 
    4445    right: 5px; 
    4546    cursor: pointer; 
     
    5657    display: none; 
    5758    position: absolute; 
    58     top: 105px; 
     59    top: 205px; 
    5960    left: 5px; 
    6061    cursor: pointer; 
     
    7172 
    7273<div id="carousel"> 
    73  <img src="<?cs var:themeengine.href.htdocs ?>/jcarousel-data/img/horizontal-sweetie/prev.gif" border="0" class="jcarousel-prev" /> 
    74  <img src="<?cs var:themeengine.href.htdocs ?>/jcarousel-data/img/horizontal-sweetie/next.gif" border="0" class="jcarousel-next" /> 
     74 <img src="<?cs var:themeengine.href.htdocs ?>/img/prev.gif" border="0" class="jcarousel-prev" /> 
     75 <img src="<?cs var:themeengine.href.htdocs ?>/img/next.gif" border="0" class="jcarousel-next" /> 
    7576 <ul> 
    7677  <?cs each:theme = themeengine.info ?>