根据不同宽度适配授权对话框中的checkbox

This commit is contained in:
Argo-Lenovo 2016-11-02 15:04:19 +08:00
parent 7350a11a6c
commit e372ce8518
1 changed files with 11 additions and 1 deletions

View File

@ -51,7 +51,6 @@
#main-content { #main-content {
margin: 0px !important; margin: 0px !important;
position: none !important;
} }
.top-nav { .top-nav {
@ -71,6 +70,17 @@
.icon-body { .icon-body {
margin-right: 0 !important; margin-right: 0 !important;
} }
.modal-body div.checkbox {
min-width: 190px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.modal-body .checkbox label input[type='checkbox'] {
top: 4px;
}
} }
@media (max-width: 480px) { @media (max-width: 480px) {