BootstrapAdmin/Bootstrap.Admin/wwwroot/css/site-responsive.css

60 lines
915 B
CSS
Raw Normal View History

2018-06-07 00:45:47 +08:00
@media (min-width: 568px) {
.notify-row {
display: inline-block;
}
}
@media(min-width: 576px) {
.form-inline label {
padding-top: 5px;
padding-bottom: 5px;
}
2018-08-03 17:25:41 +08:00
.modal-dialog {
max-width: calc(90%);
}
}
2018-06-07 00:45:47 +08:00
@media (min-width: 736px) {
.sidebar-toggle-box span {
display: inline;
}
}
@media (min-width: 768px) {
html, body {
height: 100%;
overflow: hidden;
}
.header {
border-bottom: none;
}
.header, .site-footer {
position: fixed;
z-index: 10;
}
.main-content {
position: fixed;
overflow: auto;
}
.form-horizontal .control-label {
text-align: left;
}
}
@media (min-height: 672px) {
html, body {
height: 100%;
overflow: hidden;
}
.header, .site-footer {
position: fixed;
z-index: 10;
}
}