|
|
|
Joined: 8/13/2008
Posts: 49
|
|
|
Hi forum,
Just open (DesktopModules/Forum/Themes/Default/Default.css) default.css,
find the appropriate code and replace with following code and save it.
/*/////////////////////////// = FORUM ACTION ICONS - TOOLBAR = \\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Only seen if option is disabled to show icons for toolbar */
.Forum_ToolbarLink, A.Forum_ToolbarLink:Link, A.Forum_ToolbarLink:Visited, TD.Active, A.Forum_ToolbarLink:Hover
{
text-align: center;
font-family: Arial;
font-size: 10px;
padding-left: 2px;
padding-right: 2px;
font-weight: bold;
color: #403F3F;
}
A.Forum_ToolbarLink:Hover
{
color: #cc0000;
text-decoration: underline;
}
/* Action icons moderator, admin, inbox, memberlist, my settings, my posts, search, forum home */
A.Forum_ib_admin:link, A.Forum_ib_admin:visited, A.Forum_ib_admin:active, A.Forum_ib_admin:hover
{
background-image: url(images/ib_admin.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;
}
A.Forum_ib_admin:hover
{
background-image: url(images/ib_admin_hover.png);
}
A.Forum_ib_moderate:link, A.Forum_ib_moderate:visited, A.Forum_ib_moderate:active, A.Forum_ib_moderate:hover
{
background-image: url(images/ib_moderate.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;
}
A.Forum_ib_moderate:hover
{
background-image: url(images/ib_moderate_hover.png);
}
A.Forum_ib_Inbox:link, A.Forum_ib_Inbox:visited, A.Forum_ib_Inbox:active, A.Forum_ib_Inbox:hover
{
background-image: url(images/ib_inbox.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;
}
A.Forum_ib_Inbox:hover
{
background-image: url(images/ib_inbox_hover.png);
}
A.Forum_ib_Inbox_New:link, A.Forum_ib_Inbox_New:visited, A.Forum_ib_Inbox_New:active
{
background-image: url(images/ib_inbox_new.gif);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;
}
A.Forum_ib_Inbox_New:hover
{
background-image: url(images/ib_inbox_hover.png);
}
A.Forum_ib_memberlist:link, A.Forum_ib_memberlist:visited, A.Forum_ib_memberlist:active, A.Forum_ib_memberlist:hover
{
background-image: url(images/ib_memberlist.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;
}
A.Forum_ib_memberlist:hover
{
background-image: url(images/ib_memberlist_hover.png);
}
A.Forum_ib_mysettings:link, A.Forum_ib_mysettings:visited, A.Forum_ib_mysettings:active, A.Forum_ib_mysettings:hover
{
background-image: url(images/ib_mysettings.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;
}
A.Forum_ib_mysettings:hover
{
background-image: url(images/ib_mysettings_hover.png);
}
A.Forum_ib_myposts:link, A.Forum_ib_myposts:visited, A.Forum_ib_myposts:active, A.Forum_ib_myposts:hover
{
background-image: url(images/ib_myposts.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;
}
A.Forum_ib_myposts:hover
{
background-image: url(images/ib_myposts_hover.png);
}
A.Forum_ib_search:link, A.Forum_ib_search:visited, A.Forum_ib_search:active, A.Forum_ib_search:hover
{
background-image: url(images/ib_search.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;
}
A.Forum_ib_search:hover
{
background-image: url(images/ib_search_hover.png);
}
A.Forum_ib_forumhome:link, A.Forum_ib_forumhome:visited, A.Forum_ib_forumhome:active, A.Forum_ib_forumhome:hover
{
background-image: url(images/ib_forumhome.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;
}
A.Forum_ib_forumhome:hover
{
background-image: url(images/ib_forumhome_hover.png);
}
A.Forum_ib_aggregate:link, A.Forum_ib_aggregate:visited, A.Forum_ib_aggregate:active, A.Forum_ib_aggregate:hover
{
background-image: url(images/ib_aggregate.png);
background-repeat: no-repeat;
background-position: center;
padding-left: 2px;
padding-right: 2px;
padding-top:20px;
padding-bottom: 12px;
height: 35px;
width: 35px;
}
A.Forum_ib_aggregate:hover
{
background-image: url(images/ib_aggregate_hover.png);
}
/*/////////////////////////// - OVER-RIDING SUB-CLASSES - \\\\\\\\\\\\\\\\\\\\\\\\\\\*/
|
Now the toolbar icons will be in horizontal position.
Regards
Riaz
|
|
|
|
| |
|
|
|
www.goeatout.com.my Joined: 12/7/2007
Posts: 179
|
|
|
Hi,
Thanks for the fix. It works. Hopefully the xhtml problem can be fixed too.
George.
Thanks,
George
Where to eat? Visit GoEatOut for Food Promotion in Kuala Lumpur.
|
|
|
|
| |
|
|
Joined: 4/25/2008
Posts: 11
|
|
|
Thanks for the solution! I had some overlapage with the text directly below the toolbar though so I edited the css a bit. If anyone else has the same problem they can use me code:
/*/////////////////////////// = FORUM ACTION ICONS - TOOLBAR = \\\\\\\\\\\\\\\\\\\\\\\\\\\*/
tr.NavigationToolbar td a {
margin-bottom:10px;
}
/* Only seen if option is disabled to show icons for toolbar */
.Forum_ToolbarLink, A.Forum_ToolbarLink:Link, A.Forum_ToolbarLink:Visited, TD.Active, A.Forum_ToolbarLink:Hover
{
display:block;
float:left;
text-align: center;
font-family: Arial;
font-size: 10px;
padding-left: 2px;
padding-right: 2px;
font-weight: bold;
color: #403F3F;
}
A.Forum_ToolbarLink:Hover
{
color: #cc0000;
text-decoration: underline;
}
/* Action icons moderator, admin, inbox, memberlist, my settings, my posts, search, forum home */
A.Forum_ib_admin:link, A.Forum_ib_admin:visited, A.Forum_ib_admin:active, A.Forum_ib_admin:hover
{
display:block;
float:left;
background-image: url(images/ib_admin.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
A.Forum_ib_admin:hover
{
background-image: url(images/ib_admin_hover.png);
}
A.Forum_ib_moderate:link, A.Forum_ib_moderate:visited, A.Forum_ib_moderate:active, A.Forum_ib_moderate:hover
{
display:block;
float:left;
background-image: url(images/ib_moderate.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
A.Forum_ib_moderate:hover
{
background-image: url(images/ib_moderate_hover.png);
}
A.Forum_ib_Inbox:link, A.Forum_ib_Inbox:visited, A.Forum_ib_Inbox:active, A.Forum_ib_Inbox:hover
{
display:block;
float:left;
background-image: url(images/ib_inbox.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
A.Forum_ib_Inbox:hover
{
background-image: url(images/ib_inbox_hover.png);
}
A.Forum_ib_Inbox_New:link, A.Forum_ib_Inbox_New:visited, A.Forum_ib_Inbox_New:active
{
display:block;
float:left;
background-image: url(images/ib_inbox_new.gif);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
A.Forum_ib_Inbox_New:hover
{
background-image: url(images/ib_inbox_hover.png);
}
A.Forum_ib_memberlist:link, A.Forum_ib_memberlist:visited, A.Forum_ib_memberlist:active, A.Forum_ib_memberlist:hover
{
display:block;
float:left;
background-image: url(images/ib_memberlist.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
A.Forum_ib_memberlist:hover
{
background-image: url(images/ib_memberlist_hover.png);
}
A.Forum_ib_mysettings:link, A.Forum_ib_mysettings:visited, A.Forum_ib_mysettings:active, A.Forum_ib_mysettings:hover
{
display:block;
float:left;
background-image: url(images/ib_mysettings.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
A.Forum_ib_mysettings:hover
{
background-image: url(images/ib_mysettings_hover.png);
}
A.Forum_ib_myposts:link, A.Forum_ib_myposts:visited, A.Forum_ib_myposts:active, A.Forum_ib_myposts:hover
{
display:block;
float:left;
background-image: url(images/ib_myposts.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
A.Forum_ib_myposts:hover
{
background-image: url(images/ib_myposts_hover.png);
}
A.Forum_ib_search:link, A.Forum_ib_search:visited, A.Forum_ib_search:active, A.Forum_ib_search:hover
{
display:block;
float:left;
background-image: url(images/ib_search.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
A.Forum_ib_search:hover
{
background-image: url(images/ib_search_hover.png);
}
A.Forum_ib_forumhome:link, A.Forum_ib_forumhome:visited, A.Forum_ib_forumhome:active, A.Forum_ib_forumhome:hover
{
display:block;
float:left;
background-image: url(images/ib_forumhome.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
A.Forum_ib_forumhome:hover
{
background-image: url(images/ib_forumhome_hover.png);
}
A.Forum_ib_aggregate:link, A.Forum_ib_aggregate:visited, A.Forum_ib_aggregate:active, A.Forum_ib_aggregate:hover
{
display:block;
float:left;
background-image: url(images/ib_aggregate.png);
background-repeat: no-repeat;
background-position: center top;
padding-left: 2px;
padding-right: 2px;
height: 35px;
width: 35px;
}
A.Forum_ib_aggregate:hover
{
background-image: url(images/ib_aggregate_hover.png);
}
/*/////////////////////////// - OVER-RIDING SUB-CLASSES - \\\\\\\\\\\\\\\\\\\\\\\\\\\*/
|
|
|
|
| |