12 lines
336 B
Java
12 lines
336 B
Java
.bootstrap-table.bootstrap3 .fixed-table-pagination > .pagination ul.pagination,
|
|
.bootstrap-table.bootstrap3 .fixed-table-pagination > .pagination .page-jump-to {
|
|
display: inline;
|
|
}
|
|
|
|
.bootstrap-table .fixed-table-pagination > .pagination .page-jump-to input {
|
|
width: 70px;
|
|
margin-left: 5px;
|
|
text-align: center;
|
|
float: left;
|
|
}
|