Changeset 1681
- Timestamp:
- 12/13/06 05:55:48 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
themeengineplugin/0.10/themeengine/templates/admin_themeengine.cs
r1680 r1681 12 12 -moz-border-radius: 10px; 13 13 background: #EEF7D4; 14 /*background: #FFFECC;*/ 14 15 padding: 20px 35px; 15 16 } … … 41 42 display: none; 42 43 position: absolute; 43 top: 105px;44 top: 205px; 44 45 right: 5px; 45 46 cursor: pointer; … … 56 57 display: none; 57 58 position: absolute; 58 top: 105px;59 top: 205px; 59 60 left: 5px; 60 61 cursor: pointer; … … 71 72 72 73 <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" /> 75 76 <ul> 76 77 <?cs each:theme = themeengine.info ?>
