2016-11-24 20:58:47 +08:00
|
|
|
|
@media (min-width: 992px) {
|
2016-11-09 20:29:52 +08:00
|
|
|
|
.modal-dialog {
|
2016-11-24 20:58:47 +08:00
|
|
|
|
width: 900px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-group .form-control-url {
|
|
|
|
|
width: 87%;
|
2016-11-09 20:29:52 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-17 16:02:11 +08:00
|
|
|
|
@media (max-width: 940px) {
|
|
|
|
|
.hidden-tb {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-09 20:29:52 +08:00
|
|
|
|
@media (max-width: 768px) {
|
2016-11-24 20:58:47 +08:00
|
|
|
|
.form-group .form-control-url {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-24 19:21:10 +08:00
|
|
|
|
.sidebar {
|
2016-11-09 20:29:52 +08:00
|
|
|
|
display: none;
|
|
|
|
|
overflow-y: auto;
|
2016-11-12 18:23:31 +08:00
|
|
|
|
width: 100%;
|
2016-11-10 09:40:05 +08:00
|
|
|
|
z-index: 5;
|
2016-11-09 20:29:52 +08:00
|
|
|
|
}
|
|
|
|
|
|
2016-11-24 19:21:10 +08:00
|
|
|
|
.sidebar ul li a {
|
2016-11-17 16:02:11 +08:00
|
|
|
|
padding-right: 25px;
|
|
|
|
|
}
|
2016-11-11 13:05:25 +08:00
|
|
|
|
|
2016-11-24 19:21:10 +08:00
|
|
|
|
.main-content {
|
2016-11-09 20:29:52 +08:00
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-24 19:21:10 +08:00
|
|
|
|
.main-content.open {
|
2016-11-19 13:49:00 +08:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-09 20:29:52 +08:00
|
|
|
|
.modal-dialog {
|
|
|
|
|
width: 540px;
|
2016-11-10 20:45:35 +08:00
|
|
|
|
margin: 20px auto;
|
2016-11-09 20:29:52 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-body {
|
|
|
|
|
margin-right: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-body div.checkbox {
|
|
|
|
|
min-width: 190px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
2016-11-20 20:50:37 +08:00
|
|
|
|
|
|
|
|
|
.site-footer {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2016-11-09 20:29:52 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 548px) {
|
|
|
|
|
.modal-dialog {
|
|
|
|
|
width: 460px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
|
.modal-dialog {
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
2016-11-10 22:41:08 +08:00
|
|
|
|
|
|
|
|
|
input[type="datetime"] {
|
|
|
|
|
min-width: inherit;
|
|
|
|
|
}
|
2016-11-17 16:02:11 +08:00
|
|
|
|
|
|
|
|
|
.bs-bars {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2016-11-09 20:29:52 +08:00
|
|
|
|
}
|
|
|
|
|
|
2016-11-10 20:45:35 +08:00
|
|
|
|
@media (max-width: 400px) {
|
|
|
|
|
.toolbar .dropdown-menu a {
|
|
|
|
|
border-left: none;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar .dropdown-menu a:first-child {
|
|
|
|
|
padding-left: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar .dropdown-menu a:last-child {
|
|
|
|
|
padding-right: 16px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-17 20:01:28 +08:00
|
|
|
|
@media (max-width: 374px) {
|
|
|
|
|
.hidden-400 {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-20 14:10:26 +08:00
|
|
|
|
@media (min-width: 768px) {
|
2016-11-24 19:21:10 +08:00
|
|
|
|
.sidebar {
|
2016-11-20 14:10:26 +08:00
|
|
|
|
top: 94px;
|
|
|
|
|
bottom: 40px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-12 20:53:38 +08:00
|
|
|
|
@media (min-height: 672px) {
|
2016-11-24 19:21:10 +08:00
|
|
|
|
.sidebar {
|
2016-11-19 15:13:34 +08:00
|
|
|
|
top: 94px;
|
|
|
|
|
bottom: 40px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
overflow-y: auto;
|
2016-11-09 20:29:52 +08:00
|
|
|
|
}
|
2016-11-20 20:50:37 +08:00
|
|
|
|
|
|
|
|
|
.site-footer {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
2016-11-09 20:29:52 +08:00
|
|
|
|
}
|
2016-11-19 11:45:31 +08:00
|
|
|
|
|
2016-11-20 18:25:08 +08:00
|
|
|
|
@media (min-height: 568px) {
|
2016-11-19 11:45:31 +08:00
|
|
|
|
.modal-body {
|
2016-11-25 17:14:19 +08:00
|
|
|
|
max-height: 480px;
|
2016-11-20 18:25:08 +08:00
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-25 17:14:19 +08:00
|
|
|
|
@media (max-height: 568px) {
|
2016-11-20 18:25:08 +08:00
|
|
|
|
.modal-body {
|
2016-11-25 17:14:19 +08:00
|
|
|
|
height: 300px;
|
2016-11-20 18:25:08 +08:00
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-height: 414px) {
|
|
|
|
|
.modal-body {
|
|
|
|
|
height: 190px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-height: 320px) {
|
|
|
|
|
.modal-body {
|
|
|
|
|
height: 150px;
|
2016-11-19 11:45:31 +08:00
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|