Hello, i'm using com_alphacontent\alphabet\alpha0.php for indexlisting and i would change the look like the standard Joomla pagenav
| Code: |
.pagenav {
text-align: center;
font-size: 11px;
font-weight: bold;
border: 3px double #cccccc;
width: auto;
background: url(../images/button_bg.png) repeat-x;
padding: 0px 10px;
line-height: 20px;
margin: 1px;
}
.pagenavbar {
margin-right: 10px;
float: right;
}
|
Have anybody done this and can post the code or how to use an own CSS class for the index?