Skip to content

Commit 164cdc7

Browse files
committed
Center Align the Comany Name in side nav
Adds center text alignment to the adminlte class: brand-text
1 parent 8c296de commit 164cdc7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

css/sidebar_navigation.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<link href='plugins/daterangepicker/daterangepicker.css' rel='stylesheet' />
4040
<link href="plugins/toastr/toastr.min.css" rel="stylesheet">
4141
<link href="plugins/DataTables/datatables.min.css" rel="stylesheet">
42+
<link href="/css/sidebar_navigation.css" rel="stylesheet" type="text/css">
4243

4344
<!-- jQuery -->
4445
<script src="plugins/jquery/jquery.min.js"></script>

0 commit comments

Comments
 (0)