PDA

View Full Version : Report Button


leejohn02
03-19-2013, 01:03 AM
I wish to change the report button i have found the file, and selected an image that i wish to use thats 16x40 pxls i have added the image but i cannot find how to extend the width of the image, any help willl be appreciated

xxdestinyxx
03-20-2013, 03:57 PM
Do you want to make the image itself a different size or is it getting cut off on your board?

leejohn02
03-23-2013, 02:35 AM
i have the image done, but i need to extend the length of the image, thats what im trying to find out how to do, its actually getting cut off and i need it to show the whole image/word i can see repo but thats it, i need to know how to extend it so i can have a longer image for that button

peugeot405
03-23-2013, 02:47 AM
try adding following in additional css:


.postbitlegacy .postfoot .textcontrols a.report, .postbit .postfoot .textcontrols a.report {
width: 100px;
}

adjust 100px to you needs

or

.postbitlegacy .postfoot .textcontrols a.report, .postbit .postfoot .textcontrols a.report {
width: auto;
}

leejohn02
03-23-2013, 10:47 PM
works perfectly now, thanks

peugeot405
03-24-2013, 01:34 AM
glad to help out :)