SMF 2.0.17 has been released! Please update. Read more.
.mirrortab_back, .mirrortab_active_back { color: white; font-family: tahoma,sans-serif; font-size: 10px; padding: 6px 6px 2px; text-decoration: none; vertical-align: bottom;
Thanks, it works I have a question, one i am in a board, on my left i have :Mark Read,Notify,New Topic,Post New Poll.I would like to re-order that and make it look like:New Topic,Post New Poll, Mark Read,Notify,Is that achievable?thanks
// Create the button set...
You need to go into your style.css folder and find thisCode: [Select].mirrortab_back, .mirrortab_active_back { color: white; font-family: tahoma,sans-serif; font-size: 10px; padding: 6px 6px 2px; text-decoration: none; vertical-align: bottom;Change the..................... font-size: 10px; setting to what you want like 12px; or 16px; etc.Be sure to download a copy of your style.css before editing
.buttonlist ul li a{ display: block; font-size: 0.8em; color: #000; background: #e8e8e8 url(../images/theme/menu_gfx.png) no-repeat 0 -60px; padding: 0 0 0 8px; margin-left: 12px; text-transform: uppercase; cursor: pointer;}