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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -