Fixed padding on categories tabbed content
These will not be converted since they are actually useful
This commit is contained in:
parent
4d5e7dcbe1
commit
6439916bac
@ -87,16 +87,13 @@ else {return false;}
|
||||
$options .= '>'.$mycat['name'].'</option>';
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="enclosingDashboard" style="padding-top: 20px">
|
||||
<div class="row">
|
||||
<div class="row" style="margin-top: 20px">
|
||||
<div align="left" class="col-md-4">
|
||||
<div class="moreToLeft">
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a href="#addCat" data-toggle="tab"><?php echo $hesklang['add_cat']; ?></a></li>
|
||||
<li><a href="#renameCat" data-toggle="tab"><?php echo $hesklang['ren_cat']; ?></a></li>
|
||||
</ul>
|
||||
<div class="tab-content summaryList viewTicketSidebar">
|
||||
<div class="tab-content summaryList tabPadding">
|
||||
<div class="tab-pane fade in active" id="addCat">
|
||||
<!-- CONTENT -->
|
||||
<form action="manage_categories.php" method="post" role="form" class="form-horizontal">
|
||||
@ -164,7 +161,6 @@ else {return false;}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
@ -173,7 +169,7 @@ else {return false;}
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div class="col-md-7" style="padding-top: 20px">
|
||||
<div class="col-md-8">
|
||||
<?php
|
||||
/* This will handle error, success and notice messages */
|
||||
hesk_handle_messages();
|
||||
|
||||
@ -18,6 +18,10 @@
|
||||
$questionMarkColor = $nuMods_settings['questionMarkColor'];
|
||||
?>
|
||||
|
||||
.tabPadding {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@media (max-width:991px) {
|
||||
.close-ticket {
|
||||
text-align: left;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user