git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4657 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-10-20 13:22:36 +00:00
parent 7c404ddd44
commit 9474fdc102
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ body { background-color:#FFFFFF; }
.adminPackage { background:#eee url("../images/n_package_bg.gif") repeat-x left top; overflow:hidden; height:28px; padding:10px 0 0 0;}
.adminPackage ul { position:relative; clear:both; margin:0; padding:0 0 0 20px; height:28px; overflow:hidden;}
.adminPackage ul li { list-style:none; background:url("../images/n_tab.gif") no-repeat scroll left -35px; float:left; margin-right:10px; position:relative; text-align:center; top:0; height:28px;}
.adminPackage ul li.admin { float:right; }
.adminPackage ul li a { float:left; background:url("../images/n_tab.gif") no-repeat scroll right -35px; color:#FFFFFF; font-weight:bold; display:block; left:3px; padding:8px 15px 0 10px; position:relative; text-decoration:none; height:28px;}
.adminPackage ul li.active { background-position:left top; top:0; height:28px; }
.adminPackage ul li.active a { background-position:right top; padding:8px 15px 5px 10px; height:28px; color:#185B83;}

View file

@ -42,5 +42,5 @@
<div class="adminContentBody">{$content}</div>
<div class="adminFooter">
<address>Powered by e<strong>X</strong>tra <strong>E</strong>ditor</address>
<a href="http://www.zeroboard.com" onclick="window.open(this.href);return false;"><address>Powered by e<strong>X</strong>tra <strong>E</strong>ditor</address></a>
</div>