Skip to content

Commit

Permalink
Dev: Removed heading and applied new margin to topbar
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent 2cce1f4 commit 3c1149d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion application/views/userManagement/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<?php endif; ?>

<?php $this->renderPartial('partial/_menubar'); ?>
<div class="pagetitle h3"><?php eT("User control");?></div>

<div class="row">
<?php
Expand Down
6 changes: 3 additions & 3 deletions application/views/userManagement/partial/_menubar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class='menubar surveybar' id="usermanagementbar" style="box-shadow: 3px 3px 3px #35363f; margin-bottom: 10px;">
<div class='row'>
<div class="col-md-9" style="margin-bottom: 10px;">
<div class='menubar surveybar' id="usermanagementbar" style="box-shadow: 3px 3px 3px #35363f; margin-bottom: 8px;">
<div class='row' style="margin-bottom: 8px;">
<div class="col-md-9">
<?php if(!isset($inImportView)) { ?>
<?php if(Permission::model()->hasGlobalPermission('users', 'create')) {
?>
Expand Down

0 comments on commit 3c1149d

Please sign in to comment.