.pager { display: inline-block; padding: 0; margin: 0; /* white-space: nowrap*/ } .page-ul{ display: inline-block; margin: 0; padding: 0; list-style: none; } .page-ul li{ display: inline-block list-style: none; font-family: arial; font-size: 14px; padding: 2px; margin: 5px; border: #ccc 1px solid; text-align: center; max-width: 80px; padding: 0 5px; height: 22px; line-height: 20px; color: #555; cursor: pointer; background: #fff; } .pager li { list-style: none; font-family: arial; font-size: 14px; padding: 2px; margin: 5px; border: #ccc 1px solid; text-align: center; max-width: 80px; width: 25px; height: 22px; line-height: 16px; color: #555; cursor: pointer; background: #fff; display: inline-block } .pager li:hover,.page-ul li:hover { border: #4876ff 1px solid; color: #4876ff } .pager li.pg-hidepage { display: none } .pager li.pg-prev, li.pg-next { width: 80px } .pager li.pg-selected { border: #428bca 1px solid; background: #428bca; color: white } .pager li.pg-selected:hover { color: #000; cursor: default } .pager li.pg-dislabel { color: #ccc; border: #ccc 1px solid; cursor: default } .pager li.pg-dislabel:hover { border: #ccc 1px solid }