2016-11-09 20:29:52 +08:00
|
|
|
|
@media (min-width: 990px) {
|
|
|
|
|
.modal-dialog {
|
|
|
|
|
width: 800px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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) {
|
|
|
|
|
#sidebar {
|
|
|
|
|
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-17 16:02:11 +08:00
|
|
|
|
#sidebar ul li a {
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
}
|
2016-11-11 13:05:25 +08:00
|
|
|
|
|
2016-11-09 20:29:52 +08:00
|
|
|
|
#main-content {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-19 13:49:00 +08:00
|
|
|
|
#main-content.open {
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-timeliner {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-body {
|
|
|
|
|
margin-right: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-body div.checkbox {
|
|
|
|
|
min-width: 190px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@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-12 20:53:38 +08:00
|
|
|
|
@media (min-height: 672px) {
|
2016-11-09 20:29:52 +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-19 11:45:31 +08:00
|
|
|
|
|
|
|
|
|
@media (max-height: 400px) {
|
|
|
|
|
.modal-body {
|
|
|
|
|
height: 180px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|