How to CSS the pagination buttons?

How to CSS the pagination buttons?

WasseratemWasseratem Posts: 2Questions: 0Answers: 0
edited September 2013 in General
Hi,

I wanna have my pagination buttons like this:
Previous: Left
Next: right
Numbers: Center

if course I can tell left to float left and right to float right, but whts to do with this center-numbers?
As soon I have floatet the other both center doesnt give the right look


.paging_full_numbers
{
border: 1px gray solid;
padding:5px;
background-color: #ccdded;
text-align:center;
}
.next
{
float:right;
}
.previous
{
float:left;
}

http://abload.de/image.php?img=234zlj0h.jpg
This discussion has been closed.