2017-03-26 17:56:15 +08:00
|
|
|
@media (min-width: 568px) {
|
|
|
|
.notify-row {
|
2017-03-15 14:28:33 +08:00
|
|
|
display: inline-block;
|
2016-10-26 00:14:15 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-26 17:56:15 +08:00
|
|
|
@media (min-width: 736px) {
|
|
|
|
.sidebar-toggle-box span {
|
2017-03-28 13:06:54 +08:00
|
|
|
display: inline;
|
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) {
|
2017-03-26 17:56:15 +08:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header, .site-footer {
|
2016-11-20 14:10:26 +08:00
|
|
|
position: fixed;
|
2017-04-01 14:16:13 +08:00
|
|
|
z-index: 10;
|
2016-11-20 14:10:26 +08:00
|
|
|
}
|
|
|
|
|
2016-11-24 19:21:10 +08:00
|
|
|
.main-content {
|
2016-11-20 14:10:26 +08:00
|
|
|
position: fixed;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2017-03-26 17:56:15 +08:00
|
|
|
.header, .site-footer {
|
2016-10-27 13:20:52 +08:00
|
|
|
position: fixed;
|
2017-04-01 14:16:13 +08:00
|
|
|
z-index: 10;
|
2016-10-27 13:20:52 +08:00
|
|
|
}
|
|
|
|
}
|