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