PDA

View Full Version : button / pagination problem


Chadi
02-01-2013, 09:50 PM
Having this issue where pagination gets cramped up and misaligned if I click on the moderation button. Once I refresh the page it returns to normal.

Pagination

.below_threadlist .threadpagenav .pagination {
float: right;
clear: left;
position: relative;
margin-top: 17px;
margin-left: 12px;
}

Buttons

#inlinemod_formctrls {
float: right;
}
.popupmenu {
position: relative;
}

#inlinemod_formctrls .popupctrl {
position: inherit;
padding: 5px;
text-decoration: none;
background: #82BA1B none;
padding-right: 0;
font: normal normal 11px;
float: left;
border: 0;
color: #FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-bottom: 10px;
}