2011-06-07, 04:19 PM
(2011-06-07, 02:05 PM)faviouz Wrote: The pagination class doesn't exist in your CSS, you either removed it or renamed it (in which case you just need to rename the div's class to the matching name. But if you deleted it, you need to put this back in global.css:
.pagination { font-size: 11px; padding-top: 10px; margin-bottom: 5px; } .tfoot .pagination, .tcat .pagination { padding-top: 0; } .pagination .pages { font-weight: bold; } .pagination .pagination_current, .pagination a { padding: 2px 6px; margin-bottom: 3px; } .pagination a { border: 1px solid #81A2C4; } .pagination .pagination_current { background: #F5F5F5; border: 1px solid #81A2C4; font-weight: bold; color: #000; } .pagination a:hover { background: #F5F5F5; text-decoration: none; } .pagination_breadcrumb { background-color: #f5f5f5; border: 1px solid #fff; outline: 1px solid #ccc; padding: 5px; margin-top: 5px; font-weight: normal; } .pagination_breadcrumb_link { vertical-align: middle; cursor: pointer; }
(all the CSS that has to do with the pagination)
Thanks! That somewhat brought it back though the Page 1 - 2 stuff is smooshed so close to the thread name still hehe, is there anyway to get it to move over to the right more? like in the images above?