Merge 503cd6e712
into 662a33faf1
This commit is contained in:
commit
75aa07daf1
|
@ -17,3 +17,22 @@
|
||||||
.table>thead>tr>th {
|
.table>thead>tr>th {
|
||||||
vertical-align: top !important;
|
vertical-align: top !important;
|
||||||
}
|
}
|
||||||
|
table.footable>tbody>tr.footable-empty>td {
|
||||||
|
font-size:15px !important;
|
||||||
|
font-style:italic;
|
||||||
|
}
|
||||||
|
.pagination a {
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
.panel panel-default {
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
.table-responsive {
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
.footer-add-item {
|
||||||
|
text-align:center;
|
||||||
|
font-style: italic;
|
||||||
|
display:block;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
|
@ -1,31 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
require_once "inc/prerequisites.inc.php";
|
require_once "inc/prerequisites.inc.php";
|
||||||
|
|
||||||
if (isset($_SESSION['mailcow_cc_role']) && ($_SESSION['mailcow_cc_role'] == "admin" || $_SESSION['mailcow_cc_role'] == "domainadmin")) {
|
if (isset($_SESSION['mailcow_cc_role']) && ($_SESSION['mailcow_cc_role'] == "admin" || $_SESSION['mailcow_cc_role'] == "domainadmin")) {
|
||||||
require_once "inc/header.inc.php";
|
require_once "inc/header.inc.php";
|
||||||
$_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
|
$_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
|
||||||
?>
|
?>
|
||||||
<style>
|
|
||||||
table.footable>tbody>tr.footable-empty>td {
|
|
||||||
font-size:15px !important;
|
|
||||||
font-style:italic;
|
|
||||||
}
|
|
||||||
.pagination a {
|
|
||||||
text-decoration: none !important;
|
|
||||||
}
|
|
||||||
.panel panel-default {
|
|
||||||
overflow: visible !important;
|
|
||||||
}
|
|
||||||
.table-responsive {
|
|
||||||
overflow: visible !important;
|
|
||||||
}
|
|
||||||
.footer-add-item {
|
|
||||||
text-align:center;
|
|
||||||
font-style: italic;
|
|
||||||
display:block;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|
Loading…
Reference in New Issue