GITLAB

VRH / Vrh.Web.Reporting

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Vrh.Web.Reporting
  • Vrh.Web.Reporting
  • Areas
  • UserAdministration
  • Content
  • PagedList.css
  • ab9f2fbe   Add project files. Browse Code »
    Schwirg László
    2023-04-26 10:07:25 +0200  
PagedList.css 294 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.PagedList-pager > ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	color: #F7941D;	
}
.PagedList-pager > ul > li{
	margin: .25em;
	display: inline-block;
}
.PagedList-pager > ul > li a{
    cursor: pointer;    
}
.PagedList-goToPage > fieldset{
	border: 0;
}