* Code for task#58567.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.main-header {margin-bottom: 10px; border-bottom: unset; padding-top: 20px !important; padding-bottom: 24px !important;}
|
||||
.main-header {border-bottom: unset; padding-top: 20px !important; padding-bottom: 24px !important;}
|
||||
.row table {width: 94%; margin-left: 3%;}
|
||||
.row th {width: 17%; line-height: 32px; padding-right: 20px; text-align: right; font-weight: unset;}
|
||||
.row td {width: 33%; text-align: left; font-weight: 700;}
|
||||
|
||||
@@ -13,7 +13,12 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<?php if(!isonlybody()):?>
|
||||
<style>#mainContent{width: 60%; margin-left: 20%;}</style>
|
||||
<?php include './featurebar.html.php';?>
|
||||
<style>
|
||||
#mainContent {width: 60%; margin-left: 20%;}
|
||||
.cell .avatar {left: 45% !important;}
|
||||
.user-name, .user-role {padding-left: 47% !important;}
|
||||
</style>
|
||||
<?php endif;?>
|
||||
<?php if(!zget($lang->user->roleList, $user->role, '')):?>
|
||||
<style>.user-name {line-height: 40px;}</style>
|
||||
|
||||
Reference in New Issue
Block a user