first version of pagination w00t w00t! it's a bit hacky i think, should be possible to improve this code and make it smaller and cleaner and etc.
This commit is contained in:
@@ -262,6 +262,9 @@ body {
|
||||
#time_filter_field {
|
||||
width: 20px;
|
||||
}
|
||||
#page_number_field {
|
||||
width: 20px;
|
||||
}
|
||||
#svm_c_field {
|
||||
width: 30px;
|
||||
}
|
||||
@@ -281,3 +284,11 @@ body {
|
||||
}
|
||||
|
||||
}
|
||||
#pagination {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#link-prev-page, #link-next-page {
|
||||
margin: 0 5px 0 5px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user