Reduce paginator vertical padding.

master
Fabio Caccamo 2024-01-08 21:39:41 +01:00
parent 6f4f6a9dd9
commit f5e0157f70
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
.admin-interface #changelist .paginator {
margin-top: -1px; /* merge 2 borders into 1 */
line-height: 1.5em;
padding-top: 15px;
padding-bottom: 15px;
padding-top: 12px;
padding-bottom: 12px;
}
.admin-interface .paginator a,