asp.net - page numbers are too far in GridView -
i trying change distance between pager numbers appearing in gridview. using css file in order control style of grid.
.gridviewpager td { color: white; text-decoration: none; text-align:justify right; } .gridviewpager td a:hover { color: white; text-decoration: underline; text-align:justify right; } .gridviewpager span { text-autospace:none; color: black; text-align:justify right; }
add following .gridviewpager td a:
display: block; padding: 2px 5px;
that give 2px on top , bottom, , 5px on either side of element.
Comments
Post a Comment