Buttons problem


Buttons problem

Postby FilipKrstic » Sun Jul 13, 2008 9:13 pm

Can someone help me about buttons problem on my forum. I use Mimic 3.0.1, before I used Mimic RC8, and I didn`t have any problem.

[photo]http://img105.imageshack.us/img105/1731/76731364gg3.jpg[/photo]

FilipKrstic
 
Posts: 6
Joined: Sun Jul 13, 2008 9:01 pm
Blog: View Blog (0)

Re: Buttons problem

Postby FilipKrstic » Sun Jul 13, 2008 9:29 pm

Sorry, my mistake. I found error.

I have copied colours.css from Mimic RC8 to 3.0.1 and
copy this :

Code: Select all
/* Big button images */
.reply-icon, .reply-icon a         { background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
.post-icon, .post-icon a            { background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}") ;}
.locked-icon, .locked-icon a         { background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
.pmreply-icon, .pmreply-icon a      { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
.newpm-icon, .newpm-icon a         { background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
.forwardpm-icon, .forwardpm-icon a    { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}


But needing on this way:
Code: Select all
/* Big button images */
.reply-icon span   { background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
.post-icon span      { background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
.locked-icon span   { background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
.pmreply-icon span   { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
.newpm-icon span    { background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
.forwardpm-icon span   { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}

FilipKrstic
 
Posts: 6
Joined: Sun Jul 13, 2008 9:01 pm
Blog: View Blog (0)



Post a reply



Return to MiMic

Who is online

Users browsing this forum: No registered users and 2 guests

cron