Skip to content

Commit

Permalink
Dev: Adjustment of topbar
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent 45bc538 commit 22fb42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/permissiontemplates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
?>
<?php $this->renderPartial('permissiontemplates/partials/_menubar', []); ?>
<div class="col-lg-12">
<div class="row" style="margin-top: 10px; margin-bottom: 100px">
<div class="row" style="margin-top: 8px; margin-bottom: 100px">
<div class="col-lg-12 content-right">
<?php
$this->widget('bootstrap.widgets.TbGridView', array(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class='menubar surveybar' id="rolemanagementbar" style="box-shadow: 3px 3px 3px #35363f;">
<div class='row'>
<div class='row' style="margin-bottom: 8px;">
<div class="col-md-9">
<?php if(Permission::model()->hasGlobalPermission('superadmin', 'read')) { ?>
<button data-href="<?=App()->createUrl("admin/roles/sa/editrolemodal")?>" data-toggle="modal" title="<?php eT('Add a new permission role'); ?>" class="btn btn-default RoleControl--action--openmodal">
Expand Down

0 comments on commit 22fb42a

Please sign in to comment.