Change pagination style

Looks different now, next and previous on their own sides and elips for both

Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Callan Barrett 2009-02-02 17:54:49 +09:00 committed by Loui Chang
parent 9afe1eee46
commit 5702137e67
2 changed files with 29 additions and 16 deletions

View file

@ -451,3 +451,10 @@ textarea.vLargeTextField {
text-decoration: none;
}
#pages { margin: 5px; }
#pages .page_num {
border: 1px solid #ddd;
padding: 2px;
color: #0771a6;
}
#pages #page_sel { color: #555; }