* Code for view refactors in admin .
This commit is contained in:
@@ -84,7 +84,8 @@
|
||||
|
||||
/* css for without internet */
|
||||
.main.without-internet {display: flex; flex-wrap: wrap;}
|
||||
.main.without-internet > .plug.panel {flex: 1 1 60%; margin-bottom: unset; margin-right: 16px;}
|
||||
.main.without-internet > .plug.panel {flex: 1 1 60%; margin-bottom: unset;}
|
||||
.main.without-internet > .bottom {flex: 1 1 100%;}
|
||||
.main.without-internet > .bottom > .official.panel {margin-right: unset;}
|
||||
.main.without-internet > .bottom > .official.panel > .main-panel {flex-direction: row-reverse;}
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<img src="static/svg/admin-<?php echo $menuKey;?>.svg"/>
|
||||
<?php echo $menu['name'];?>
|
||||
</div>
|
||||
<?php echo html::a($config->admin->helpURL[$menuKey], "<i class='icon icon-help'></i> ", '_blank', 'class="text-muted setting-help"');?>
|
||||
<?php echo html::a($config->admin->helpURL[$menuKey], "<i title={$lang->help} class='icon icon-help'></i> ", '_blank', 'class="text-muted setting-help"');?>
|
||||
</h4>
|
||||
<p class="text-muted setting-desc" title="<?php echo $menu['desc'];?>"><?php echo $menu['desc'];?></p>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user