1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix issue with not loading last connection for admins

continue work on fixing profile
This commit is contained in:
RaidMax
2019-03-25 21:12:16 -05:00
parent fea974ee0f
commit c496e536bb
7 changed files with 92 additions and 70 deletions

View File

@ -6444,3 +6444,9 @@ form *, select {
.nav-tabs .nav-item {
margin-bottom: 0; }
.mt-n1 {
margin-top: -0.25rem !important; }
.mt-n2 {
margin-top: -0.5rem !important; }

View File

@ -253,3 +253,11 @@ form *, select {
.nav-tabs .nav-item {
margin-bottom: 0;
}
.mt-n1 {
margin-top: -0.25rem !important;
}
.mt-n2 {
margin-top: -0.5rem !important;
}