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

45 lines
736 B
CSS
Raw Normal View History

@media (min-width: 568px) {
.notify-row {
display: inline-block;
}
}
@media (min-width: 736px) {
.sidebar-toggle-box span {
2017-03-28 13:06:54 +08:00
display: inline;
}
}
@media (min-width: 768px) {
html, body {
height: 100%;
overflow: hidden;
}
.header, .site-footer {
position: fixed;
z-index: 10;
}
.main-content {
position: fixed;
overflow: auto;
}
2017-03-24 12:58:24 +08:00
.form-horizontal .control-label {
text-align: left;
}
}
2016-11-12 20:53:38 +08:00
@media (min-height: 672px) {
html, body {
height: 100%;
overflow: hidden;
}
.header, .site-footer {
position: fixed;
z-index: 10;
}
}