You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
405 B
CSS

5 years ago
.left{
float:left;
}
.right{
float:right;
}
.form-control{
border-top-right-radius: 5px!important;
border-top-left-radius: 5px!important;
border-bottom-right-radius:5px!important;
border-bottom-left-radius:5px!important;
}
.pageBtn {
}
.pageNum {
width: 40px;
border-radius: 3px;
}
.goPage {
float: right;
margin-left: 5px;
margin-top: 3px;
height: 30px;
}