Topic: Theme Bug: Cornflower and Classic
look at my forum's icon
when i installed classic theme,
it also appearance double icon (new post or lock icon)
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Theme Bug: Cornflower and Classic
look at my forum's icon
when i installed classic theme,
it also appearance double icon (new post or lock icon)
edit this section of Cornflower.css to match:
/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/
/* 10.1 These are the post status indicators which appear at the left of some tables.
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/
div.icon {
float: left;
display: block;
width:16px;
height:16px;
background-repeat:no-repeat
}
DIV.searchposts DIV.icon {MARGIN-LEFT: 0}
/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */
TD DIV.tclcon {MARGIN-LEFT: 2.3em}
i know it's a bandaid but it appears to work via edit css in firefox.
And this is not a bug with PunBB, this is Troubleshooting
Actually I think it should have been posted at Punres but will move to troubleshooting anyway.
PunBB Forums → PunBB 1.2 troubleshooting → Theme Bug: Cornflower and Classic
Powered by PunBB, supported by Informer Technologies, Inc.