Skip to content

Commit

Permalink
Box CSS and template cleaned + ver RC5 20200131
Browse files Browse the repository at this point in the history
  • Loading branch information
jtylek committed Jan 31, 2020
1 parent 3e1a98c commit 28d4722
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
4 changes: 2 additions & 2 deletions include/version.php
@@ -1,6 +1,6 @@
<?php
define("EPESI_VERSION", '1.9.0 RC3');
define("EPESI_REVISION", 20200128);
define("EPESI_VERSION", '1.9.0 RC5');
define("EPESI_REVISION", 20200131);

function epesi_requires_update()
{
Expand Down
3 changes: 2 additions & 1 deletion modules/Base/Box/theme/default.css
Expand Up @@ -234,7 +234,8 @@ hr.line {
width: auto;
padding: 2px;
border-top: 1px solid transparent;
/*text-align: center;*/
/*text-align: center;*/
top: 50px;
}

#body_content {
Expand Down
29 changes: 13 additions & 16 deletions modules/Base/Box/theme/default.tpl
Expand Up @@ -11,16 +11,14 @@
load_js($this->get_template_vars('theme_dir').'/Base/Box/default.js');
eval_js_once('document.body.id=null'); //pointer-events:none;
{/php}
<canvas class="Base_Help__tools" style="height:3000px;width:3000px;" id="help_canvas" width="3000px" height="3000px"></canvas>
<img class="Base_Help__tools" style="display: none;" id="Base_Help__help_arrow" src="{$theme_dir}/Base/Help/arrow.png" />
<div class="Base_Help__tools comment" style="display: none;" id="Base_Help__help_comment"><div id="Base_Help__help_comment_contents"></div><div class="button_next" id="Base_Help__button_next">{'Next'|t}</div><div class="button_next" id="Base_Help__button_finish">{'Finish'|t}</div></div>
<div id="top_bar" class="nonselectable" style="width: auto;">

<div id="top_bar" class="nonselectable">
<div id="MenuBar">
<table id="top_bar_1" cellspacing="0" cellpadding="0" border="0">
<table id="top_bar_1">
<tbody>
<tr>
<td style="empty-cells: hide; width: 8px;"></td>
<td class="menu-bar" style="width: 193px;">{$menu}</td>
<td class="menu-bar">{$menu}</td>
<td style=" empty-cells: hide; width: 7px;"></td>
<td class="home-bar" {$home.href} style="width: 150px;">
<div id="home-bar1">
Expand All @@ -47,27 +45,26 @@
</div>

<div id="ActionBar">
<table id="top_bar_2" cellspacing="0" cellpadding="0" border="0">
<table id="top_bar_2">
<tbody>
<tr>
<td style="empty-cells: hide; width: 8px;"></td>
<td class="logo"><div class="shadow_css3_logo_border">{$logo}</div></td>
<td style="empty-cells: hide; width: 6px;"></td>

<td class="icons">
<!--<div class="login">{$login}</div>-->
<div class="shadow_css3_icons_border">
{$actionbar}
</div>
</td>

<td id="launchpad_button_section_spacing" style="empty-cells: hide; width: 6px; display:none;"></td>
<td class="icons_launchpad" id="launchpad_button_section" style="display: none;">
<div class="shadow_css3_icons_launchpad_border">
{$launchpad}
</div>
</td>

<td class="icons">
<!--<div class="login">{$login}</div>-->
<div class="shadow_css3_icons_border">
{$actionbar}
</div>
</td>
<td style="empty-cells: hide; width: 8px;"></td>
</tr>
</tbody>
Expand All @@ -76,8 +73,8 @@
</div>
<!-- -->
<div id="content">
<div id="content_body" style="top: 50px;">
<center>{$main}</center>
<div id="content_body">
{$main}
</div>
</div>

Expand Down

0 comments on commit 28d4722

Please sign in to comment.