196 lines
3.7 KiB
CSS
196 lines
3.7 KiB
CSS
@media (max-width: 991px) {
|
|
.form-section {
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
.module-sidebar-nav {
|
|
margin-right: 0px;
|
|
}
|
|
.layout-main-section {
|
|
border-left: none;
|
|
border-right: none;
|
|
}
|
|
.form-intro-area {
|
|
padding: 15px 0px;
|
|
}
|
|
.form-grid {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
border-left: none;
|
|
border-right: none;
|
|
border-radius: none;
|
|
}
|
|
.grid-row-open {
|
|
top: 0;
|
|
}
|
|
.page-title h1 {
|
|
margin-top: 15px;
|
|
}
|
|
.page-actions {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
.page-title .indicator {
|
|
display: block;
|
|
margin-top: 5px;
|
|
margin-bottom: 3px;
|
|
}
|
|
.page-title .sub-heading {
|
|
float: left;
|
|
}
|
|
.page-head {
|
|
min-height: 1px;
|
|
}
|
|
.nav > li > a {
|
|
padding: 10px 0px;
|
|
}
|
|
.toggle-navbar-new-comments {
|
|
padding: 8px 0px !important;
|
|
}
|
|
.navbar > .container > .navbar-header {
|
|
float: left;
|
|
width: 80%;
|
|
}
|
|
.navbar > .container > .navbar-right {
|
|
float: right;
|
|
}
|
|
.navbar-brand .octicon-home {
|
|
margin-top: 4px;
|
|
}
|
|
.navbar .breadcrumb-divider {
|
|
margin-top: 12px !important;
|
|
margin-right: 3px;
|
|
}
|
|
#navbar-breadcrumbs {
|
|
margin: 0px;
|
|
display: inline-block;
|
|
}
|
|
#navbar-breadcrumbs > li {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
#navbar-breadcrumbs > li > a {
|
|
padding: 10px 0px 0px;
|
|
}
|
|
#navbar-breadcrumbs li:not(:nth-last-child(-n+2)) {
|
|
display: none;
|
|
}
|
|
.navbar-nav {
|
|
margin: 0px;
|
|
}
|
|
.mobile-module-icon {
|
|
padding: 17px 15px 0px;
|
|
margin-bottom: -15px;
|
|
}
|
|
.offcanvas,
|
|
.page-head,
|
|
.sidebar-right,
|
|
.sidebar-left,
|
|
.navbar-fixed-top,
|
|
.desk-main-section-overlay {
|
|
transition: 0.25s;
|
|
}
|
|
.offcanvas {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
.desk-main-section-overlay {
|
|
bottom: 0;
|
|
position: fixed;
|
|
}
|
|
.offcanvas.active-left .desk-main-section-overlay,
|
|
.offcanvas.active-right .desk-main-section-overlay {
|
|
z-index: 1031;
|
|
display: block;
|
|
bottom: 0;
|
|
}
|
|
.offcanvas.active-left,
|
|
.offcanvas.active-left .desk-main-section-overlay,
|
|
.offcanvas.active-left .page-head,
|
|
.offcanvas.active-left .navbar-fixed-top {
|
|
left: 75%;
|
|
/* 9 columns */
|
|
right: -75%;
|
|
}
|
|
.offcanvas.active-right,
|
|
.offcanvas.active-right .desk-main-section-overlay,
|
|
.offcanvas.active-right .page-head,
|
|
.offcanvas.active-right .navbar-fixed-top {
|
|
right: 75%;
|
|
/* 9 columns */
|
|
left: -75%;
|
|
}
|
|
.offcanvas .sidebar {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 75%;
|
|
/* 9 columns */
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
font-size: 12px;
|
|
}
|
|
.offcanvas .sidebar-right {
|
|
right: -75%;
|
|
/* 9 columns */
|
|
border-left: 1px solid #d1d8dd;
|
|
}
|
|
.offcanvas .sidebar-left {
|
|
left: -75%;
|
|
/* 9 columns */
|
|
border-right: 1px solid #d1d8dd;
|
|
}
|
|
.offcanvas.active-left .sidebar-left {
|
|
left: 0;
|
|
}
|
|
.offcanvas.active-right .sidebar-right {
|
|
right: 0;
|
|
}
|
|
.offcanvas .sidebar-menu {
|
|
margin-bottom: 0;
|
|
}
|
|
.sidebar .form-group {
|
|
margin-bottom: 0px;
|
|
}
|
|
#sidebar-search {
|
|
height: 27px;
|
|
}
|
|
.sidebar .navbar-search-icon {
|
|
float: right;
|
|
color: #6c7680;
|
|
font-size: inherit;
|
|
position: relative;
|
|
right: 7px;
|
|
top: -21px;
|
|
height: 0;
|
|
}
|
|
.sidebar form {
|
|
padding: 7px;
|
|
}
|
|
.sidebar .main-menu {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 41px;
|
|
overflow-y: auto;
|
|
}
|
|
.sidebar .user-menu {
|
|
padding: 9px 14px;
|
|
background-color: #f5f7fa;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
.sidebar .user-menu,
|
|
.sidebar .user-menu .octicon {
|
|
color: #6c7680;
|
|
}
|
|
.sidebar .user-menu img {
|
|
margin-top: -1px;
|
|
}
|
|
}
|