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.

enter image description here

.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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -