Skip to content

Commit

Permalink
Merge pull request #167 from C-Lodder/logo
Browse files Browse the repository at this point in the history
Tested. All good.
  • Loading branch information
ciar4n authored Nov 16, 2016
2 parents 4a007e9 + 2bddab9 commit 739f93b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion administrator/language/en-GB/en-GB.tpl_atum.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ TPL_ATUM_LOGOUT="Logout"
TPL_ATUM_MENU="MENU"
TPL_ATUM_PREVIEW="Preview %s"
TPL_ATUM_TOOLBAR="Toolbar"
TPL_ATUM_XML_DESCRIPTION="Continuing the Egyptian god/goddess theme (Khepri from 1.5 and Hathor from 1.6), Atum is the Joomla 4 administrator template based on Bootstrap 4"
TPL_ATUM_XML_DESCRIPTION="Continuing the Egyptian god/goddess theme (Khepri from 1.5 and Hathor from 1.6), Atum is the Joomla 4 administrator template based on Bootstrap 4"
TPL_BACK_TO_CONTROL_PANEL="Back to Control Panel"
1 change: 0 additions & 1 deletion administrator/templates/atum/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -7925,7 +7925,6 @@ legend {
border: 0;
box-shadow: none; }
.sidebar-wrapper .main-brand a {
padding: 0 20px;
border: 0;
box-shadow: none; }
.sidebar-wrapper .main-brand a:hover {
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/atum/css/template.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion administrator/templates/atum/css/template.min.css

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions administrator/templates/atum/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,14 @@
<?php // Sidebar ?>
<div id="sidebar-wrapper" class="sidebar-wrapper" <?php echo $hidden ? 'data-hidden="' . $hidden . '"' :''; ?>>
<div id="main-brand-sm" class="main-brand">
<img src="<?php echo $logoSm; ?>" class="logo" alt="<?php echo $sitename;?>" />
<a href="<?php echo JRoute::_('index.php'); ?>" aria-label="<?php echo JText::_('TPL_BACK_TO_CONTROL_PANEL'); ?>">
<img src="<?php echo $logoSm; ?>" class="logo" alt="<?php echo $sitename;?>" />
</a>
</div>
<div id="main-brand" class="main-brand hidden-xs-up">
<img src="<?php echo $logoLg; ?>" class="logo" alt="<?php echo $sitename;?>" />
<a href="<?php echo JRoute::_('index.php'); ?>" aria-label="<?php echo JText::_('TPL_BACK_TO_CONTROL_PANEL'); ?>">
<img src="<?php echo $logoLg; ?>" class="logo" alt="<?php echo $sitename;?>" />
</a>
</div>
<jdoc:include type="modules" name="menu" style="none" />
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ TPL_ATUM_MENU="MENU"
TPL_ATUM_PREVIEW="Preview %s"
TPL_ATUM_TOOLBAR="Toolbar"
TPL_ATUM_XML_DESCRIPTION="Continuing the Egyptian god/goddess theme (Khepri from 1.5 and Hathor from 1.6), Atum is the Joomla 4 administrator template based on Bootstrap 4"
TPL_BACK_TO_CONTROL_PANEL="Back to Control Panel"
1 change: 0 additions & 1 deletion administrator/templates/atum/scss/blocks/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
box-shadow: none;

a {
padding: 0 20px;
border: 0;
box-shadow: none;

Expand Down

0 comments on commit 739f93b

Please sign in to comment.