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

61 lines
1.0 KiB
CSS
Raw Normal View History

@media (min-width: 375px) {
.sidebar-toggle-box span {
display: inline-block;
}
}
@media (min-width: 568px) {
.notify-row {
display: inline-block;
}
}
@media (min-width: 768px) {
.header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 50;
}
.main-content {
margin-top: 0;
position: fixed;
left: 0;
bottom: 40px;
right: 0;
top: 94px;
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 {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 50;
}
.main-content {
margin-top: 0;
position: fixed;
left: 0;
bottom: 40px;
right: 0;
top: 94px;
overflow: auto;
}
}