We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c296de commit 164cdc7Copy full SHA for 164cdc7
css/sidebar_navigation.css
@@ -0,0 +1,10 @@
1
+/*
2
+Center aligns ITFlow Company Name in the left navigation sidebar
3
+Adds center alignment to the adminlte class brand-text
4
+*/
5
+.brand-text {
6
+ text-align: center;
7
+ /*max-width: 300px;
8
+ white-space: normal;
9
+ word-wrap: break-word;*/
10
+}
header.php
@@ -39,6 +39,7 @@
39
<link href='plugins/daterangepicker/daterangepicker.css' rel='stylesheet' />
40
<link href="plugins/toastr/toastr.min.css" rel="stylesheet">
41
<link href="plugins/DataTables/datatables.min.css" rel="stylesheet">
42
+ <link href="/css/sidebar_navigation.css" rel="stylesheet" type="text/css">
43
44
<!-- jQuery -->
45
<script src="plugins/jquery/jquery.min.js"></script>
0 commit comments