1

Topic: Theme Bug: Cornflower and Classic

look at my forum's icon

http://yiyeqing.info

when i installed classic theme,
it also appearance double icon (new post or lock icon)

Re: Theme Bug: Cornflower and Classic

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.

~James
FluxBB - Less is more

Re: Theme Bug: Cornflower and Classic

And this is not a bug with PunBB, this is Troubleshooting wink

4

Re: Theme Bug: Cornflower and Classic

Actually I think it should have been posted at Punres but will move to troubleshooting anyway.