241 lines
5.1 KiB
CSS
241 lines
5.1 KiB
CSS
@media (max-width: 767px) {
|
|
.layout-main-section-wrapper {
|
|
padding: 0px;
|
|
}
|
|
.form-section {
|
|
padding-left: 0px !important;
|
|
padding-right: 0px !important;
|
|
}
|
|
.layout-main-section {
|
|
border-left-color: transparent !important;
|
|
border-right-color: transparent !important;
|
|
}
|
|
.form-grid {
|
|
margin-left: -17px;
|
|
margin-right: -17px;
|
|
border-left: none !important;
|
|
border-right: none !important;
|
|
border-radius: none;
|
|
}
|
|
.doclist-row {
|
|
position: relative;
|
|
padding-right: 10px;
|
|
}
|
|
.doclist-row .list-row-id {
|
|
left: 40px;
|
|
text-align: left;
|
|
margin-top: 3px;
|
|
}
|
|
.doclist-row .list-row-indicator {
|
|
position: absolute;
|
|
right: 0px;
|
|
margin-top: 2px;
|
|
top: -19px;
|
|
}
|
|
.doclist-row .list-row-modified {
|
|
margin-right: -10px;
|
|
}
|
|
.doclist-row .list-row-right {
|
|
float: right;
|
|
}
|
|
.doclist-row .list-row-right.no-right-column {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 10px;
|
|
left: -10px;
|
|
width: 100%;
|
|
}
|
|
.doclist-row .list-row-right.no-right-column .list-row-indicator {
|
|
top: 0;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
.form-intro-area {
|
|
padding: 15px 0px;
|
|
}
|
|
.grid-row-open {
|
|
top: 0;
|
|
}
|
|
body[data-route^="Form"] .page-title h1 {
|
|
margin-top: 10px;
|
|
}
|
|
body[data-route^="Form"] .page-title .indicator {
|
|
display: block;
|
|
margin-top: -5px;
|
|
margin-bottom: 3px;
|
|
}
|
|
body[data-route^="Form"] .page-actions {
|
|
padding-top: 10px !important;
|
|
padding-bottom: 0px !important;
|
|
padding-left: 0px !important;
|
|
}
|
|
body[data-route^="Form"] .page-head .sub-heading {
|
|
display: block;
|
|
position: absolute;
|
|
bottom: -30px;
|
|
right: 8px;
|
|
}
|
|
.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;
|
|
}
|
|
body[data-route^="Module"] .navbar .navbar-home {
|
|
display: inline-block !important;
|
|
padding-left: 0px;
|
|
margin-left: 0px;
|
|
}
|
|
body[data-route^="Module"] .navbar .navbar-home:before {
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
text-decoration: inherit;
|
|
-webkit-font-smoothing: antialiased;
|
|
*margin-right: .3em;
|
|
display: inline-block;
|
|
speak: none;
|
|
color: #c0c9d2;
|
|
font-size: 14px;
|
|
transition: 0.2s;
|
|
position: relative;
|
|
top: 1px;
|
|
content: "\f053" !important;
|
|
margin-right: 5px !important;
|
|
}
|
|
body[data-route^="Module"] .navbar .navbar-home:hover:before,
|
|
body[data-route^="Module"] .navbar .navbar-home:focus:before,
|
|
body[data-route^="Module"] .navbar .navbar-home:active:before {
|
|
color: #36414c;
|
|
}
|
|
#navbar-breadcrumbs {
|
|
margin: 0px;
|
|
display: inline-block;
|
|
}
|
|
#navbar-breadcrumbs > li,
|
|
#navbar-breadcrumbs > li > a {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
#navbar-breadcrumbs > li > a:before {
|
|
content: "\f053" !important;
|
|
margin-right: 5px !important;
|
|
}
|
|
#navbar-breadcrumbs li:not(:nth-last-child(-n+1)) {
|
|
display: none;
|
|
}
|
|
.navbar-nav {
|
|
margin: 0px;
|
|
}
|
|
.offcanvas {
|
|
transition: 0.25s;
|
|
}
|
|
.desk-main-section-overlay {
|
|
bottom: 0;
|
|
position: fixed;
|
|
}
|
|
.desk-container,
|
|
.offcanvas,
|
|
.desk-main-section {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
.offcanvas.active-left,
|
|
.offcanvas.active-right {
|
|
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 {
|
|
-webkit-transform: translate3d(75%, 0, 0);
|
|
transform: translate3d(75%, 0, 0);
|
|
}
|
|
.offcanvas.active-right {
|
|
-webkit-transform: translate3d(-75%, 0, 0);
|
|
transform: translate3d(-75%, 0, 0);
|
|
}
|
|
.offcanvas .sidebar {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 75%;
|
|
/* 9 columns */
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
font-size: 12px;
|
|
}
|
|
.offcanvas .sidebar-right {
|
|
left: 100%;
|
|
border-left: 1px solid #d1d8dd;
|
|
}
|
|
.offcanvas .sidebar-left {
|
|
right: 100%;
|
|
border-right: 1px solid #d1d8dd;
|
|
}
|
|
.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;
|
|
}
|
|
body[data-route^="Module"] .navbar-center {
|
|
display: block !important;
|
|
position: absolute;
|
|
top: 11px;
|
|
left: 25%;
|
|
right: 25%;
|
|
text-align: center;
|
|
}
|
|
}
|