Ticket #372 (fixed bug)
Display issue for admin user list in Opera
- Created: 2011-03-24 09:26:18
- Reported by: Reines
- Assigned to: quy
- Milestone: 1.4.6
- Component: styling
- Priority: normal
History
Visman 2011-03-24 09:30:36

for air.css
.pun .blocktable .tc2, .pun .blocktable .tc3, .pun .blocktable .tcmod {
padding-left: 0;
padding-right: 0;
text-align: center;
width: 11%;
}
->
.pun .blocktable .tc2, .pun .blocktable .tc3 {
padding-left: 0;
padding-right: 0;
text-align: center;
width: 11%;
}
.pun .blocktable .tcmod {
padding-left: 0;
padding-right: 0;
text-align: center;
width: 70px;
}