2017-03-26 15:44:15 +08:00
|
|
|
@media (min-width: 375px) {
|
2017-03-15 14:28:33 +08:00
|
|
|
.sidebar-toggle-box span {
|
|
|
|
display: inline-block;
|
2016-10-26 00:14:15 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-15 14:28:33 +08:00
|
|
|
@media (min-width: 568px) {
|
|
|
|
.notify-row {
|
|
|
|
display: inline-block;
|
2016-11-12 19:20:19 +08:00
|
|
|
}
|
2016-10-26 00:14:15 +08:00
|
|
|
}
|
2016-10-27 13:20:52 +08:00
|
|
|
|
2016-11-20 14:10:26 +08:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
.header {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 50;
|
|
|
|
}
|
|
|
|
|
2016-11-24 19:21:10 +08:00
|
|
|
.main-content {
|
2016-11-20 14:10:26 +08:00
|
|
|
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-20 14:10:26 +08:00
|
|
|
}
|
|
|
|
|
2016-11-12 20:53:38 +08:00
|
|
|
@media (min-height: 672px) {
|
2016-10-27 13:20:52 +08:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 50;
|
|
|
|
}
|
|
|
|
|
2016-11-24 19:21:10 +08:00
|
|
|
.main-content {
|
2016-10-27 13:20:52 +08:00
|
|
|
margin-top: 0;
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 40px;
|
|
|
|
right: 0;
|
|
|
|
top: 94px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
}
|