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

132 lines
2.0 KiB
CSS
Raw Normal View History

2018-06-07 00:45:47 +08:00
@media (min-width: 375px) {
.hidden-375 {
display: inline-block;
}
.toolbar .dropdown-menu a {
padding: 0 20px;
border-left: solid 1px #aeb2b7;
}
.toolbar .dropdown-menu a:first-child {
border-left: none;
}
}
@media (min-width: 568px) {
.toolbar {
display: none;
}
.bs-bars {
display: inline-block;
}
}
@media (min-width: 768px) {
.sidebar {
top: 98px;
bottom: 40px;
position: absolute;
overflow: auto;
}
.form-group .form-control-url {
width: 442px;
}
}
@media (min-width: 769px) {
.sidebar {
display: block;
width: 210px;
}
.main-content {
margin-left: 210px;
transition: none;
}
.main-content.open {
display: block;
}
aside {
transition: none;
transform: none;
top: 0;
right: auto;
}
}
@media (min-width: 940px) {
.hidden-tb {
display: inline;
}
.modal-dialog {
width: 900px;
}
.form-group .form-control-url {
width: 742px;
}
}
@media (min-height: 414px) {
.modal .modal-body {
max-height: 200px;
}
}
@media (min-height: 568px) {
.modal .modal-body {
max-height: 350px;
}
}
@media (min-height: 667px) {
.modal .modal-body {
max-height: 450px;
}
}
@media (min-height: 736px) {
.modal .modal-body {
max-height: 510px;
}
}
@media (min-height: 768px) {
.modal .modal-body {
max-height: 540px;
}
}
@media (min-height: 672px) {
.sidebar {
top: 98px;
bottom: 40px;
position: absolute;
overflow: auto;
}
.main-content {
position: fixed;
overflow: auto;
transition: none;
}
.main-content.open {
display: block;
}
aside {
top: 0;
}
.aside.open {
transform: translate(0);
}
}