fixed table header start

This commit is contained in:
lvuch 2017-06-22 08:43:55 -07:00
parent f7a89e1214
commit 7515624c15
1 changed files with 14 additions and 0 deletions

View File

@ -235,6 +235,11 @@
display: block;
white-space: nowrap;
}
nav > ul > li > a {
border-top: 0;
border-bottom: 0;
width: 100%;
}
/*TOGGLE BUTTON*/
.nav-toggle {
@ -268,4 +273,13 @@
background-size: 75%;
margin-left: 10px;
}
.page-header NAV .dropdown-menu {
background: transparent;
box-shadow: none;
max-width: 100%;
}
.fixed-header-actions {
position: relative !important;
}
}