Skip to content

Commit

Permalink
Additional cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paintballrefjosh committed Jan 30, 2017
1 parent ad8518c commit 883a2e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions templates/WotLK/css/additional_fp.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
div.fpdrop {positon:relative; left:57px; }
#right-bg { background: url('../images/page_rightbg.png') no-repeat; position: absolute; top: -85px; right: -1120px; height: 621px; width: 296px; z-index: -20; }
#droppf {position: absolute; right: -24px; top: 62px; z-index:99; width: 145px;}
#dropps {position: absolute; right: 124px; top: 62px; z-index:99; width: 145px;}
#droppt {position: absolute; right: 272px; top: 62px; z-index:99; width: 145px;}
#droppfo {position: absolute; right: 420px; top: 62px; z-index:99; width: 145px;}
#loginbox {position:absolute; z-index:99; left: 561px; top: 3px; width:430px; height:34px;text-align:right;color: #FFAC04; font-size: 12px; font-weight: bold; }
#main { width:827px; background: url('../images/frontpage_bg_rpt.jpg') repeat-y; }
#main-top { height: 46px; width: 100%; background: none; position: relative; top:1px; }
Expand Down
4 changes: 4 additions & 0 deletions templates/WotLK/css/newhp.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ ul.bullet-list li { list-style: none; background: url('../images/bullet.gif') no


/* === Drop Down Menu's === */
#droppf {position: absolute; right: 32px; top: 62px; z-index:99; width: 145px;}
#dropps {position: absolute; right: 180px; top: 62px; z-index:99; width: 145px;}
#droppt {position: absolute; right: 328px; top: 62px; z-index:99; width: 145px;}
#droppfo {position: absolute; right: 476px; top: 62px; z-index:99; width: 145px;}
/* === END Drop Down Menu's === */

#rightbox { background: url(../images/plainbox/plainbox-bg.jpg) repeat-y 0 0; width: 305px; border-top: 1px solid #49402c; border-bottom: 1px solid #49402c; padding-bottom: 5px; padding-top: 5px; position: relative; z-index: 2; margin-top: 15px; margin-left: 6px;}
Expand Down
7 changes: 3 additions & 4 deletions templates/blizzlike/body_header.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<script src="<?php echo $Template['path']; ?>/js/detection.js" type="text/javascript"></script>
<script src="<?php echo $Template['path']; ?>/js/functions.js" type="text/javascript"></script>
<script type="text/javascript" src="<?php echo $Template['script_path']; ?>/js/global.js"></script>
<script type="text/javascript" src="<?php echo $Template['script_path']; ?>/js/compressed/controls.js"></script>
<script type="text/javascript" src="<?php echo $Template['script_path']; ?>/js/compressed/behaviour.js"></script>
<script type="text/javascript" src="<?php echo $Template['script_path']; ?>/js/core.js"></script>
<script type="text/javascript"><!--
Expand Down Expand Up @@ -121,7 +120,7 @@ function loadPage(list) {
{
?>
<?php echo $user['username']." | "; ?>
<a href="<?php echo mw_url('account'); ?>"> <?php echo $user['web_points']; ?> <?php echo $lang['web_points'];?></a>
<a href="<?php echo mw_url('account'); ?>"> <?php echo $user['web_points']; ?> <?php echo $lang['web_points'];?></a>&nbsp;&nbsp;
<input type="image" src="<?php echo $Template['path']; ?>/images/buttons/button-profile.gif" name="action" value="profile"/>
<input type="image" src="<?php echo $Template['path']; ?>/images/buttons/button-logout.gif" name="action" value="logout"/>
<?php
Expand All @@ -132,7 +131,7 @@ function loadPage(list) {
Login: <input name="login" size="14" type="text"/>
Password: <input name="pass" size="14" type="password"/>
<input type="hidden" name="action" value="login">
<input type="image" src="<?php echo $Template['path']; ?>/images/buttons/button-login.gif" value="Login"/>
<div style="padding-top: 5px;"><input type="image" src="<?php echo $Template['path']; ?>/images/buttons/button-login.gif" value="Login"/></div>
<?php
}
?>
Expand Down Expand Up @@ -220,7 +219,7 @@ function loadPage(list) {
<div style="clear: both;"></div>
</div>
</td><td valign="top">
<div id="mainwrapper">
<div id="mainwrapper"><br><br>
<div id="main">
<div id="main-content-wrapper">
<div id="main-content">
Expand Down

0 comments on commit 883a2e9

Please sign in to comment.