goldfish-search
Version:
A SharePoint 2013 inline People Search component
37 lines (36 loc) • 646 B
CSS
.paging {
padding: 10px 10px 20px 20px;
height: 40px;
}
.pager {
padding: 2px 6px 2px 5px;
background: #ffffff ;
font-weight: bold;
float: left;
margin: 0 1px 0 1px;
}
.next-pager,
.prev-pager {
float:left;
}
.self {
background-color: rgb(244,244,244) ;
font-weight: normal;
}
.paging button,
.pagging input[type=button] {
min-width: auto ;
margin: -1px 2px 5px 0;
padding: 0px ;
height: 1.6rem ;
}
.paging button span {
line-height: 1 ;
margin-right: 0px ;
}
.paging-hidden {
display: none;
}
.hidden {
display: none;
}