29 lines
725 B
CSS
29 lines
725 B
CSS
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
|
|
text-align: center !important;
|
|
}
|
|
#listGrid tr td {
|
|
text-align: center !important;
|
|
}
|
|
/*.layui-layer{
|
|
width:510px !important;
|
|
height:611px !important;
|
|
}*/
|
|
.chosen-container-multi .chosen-choices {
|
|
width: 120px;
|
|
}
|
|
.chosen-container.chosen-with-drop .chosen-drop {
|
|
width: 120px;
|
|
}
|
|
.chosen-container-multi .chosen-choices li.search-choice {
|
|
width: 106px;
|
|
}
|
|
.chosen-container-multi .chosen-choices li.search-choice span {
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
white-space: pre-wrap !important;
|
|
}
|
|
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
|
|
text-align: center;
|
|
}
|
|
|