Logged Out
Create an Account
Login:
Password:

Forgot your password?
Raid Progression Menu


Back to the Tickets List

Raid Progression Menu
Creator Krellin
Public or Private Public
Private tickets are only accessible to you and to DKPSystem.com staff
Public Tickets are visible to everyone)
Status Closed
Type Support
Section of the Site Advanced Layout Options and CSS
Urgency (1 votes)
Rating (2 votes)
Description:
<tr style="font-size:9pt;" onMouseOver="tt('')" onMouseOut='ctt()' class=MenuChoice>

This needs to be replaced with something I have control over, because that font size is too large for my menus. I've had to copy/paste and modify that menu's particular HTML and plug it into my advanced layout in order to overcome this problem. I would much rather just have this fixed. Its definitely going to become tedious having to manually update it for new boss kills.
Official DKPSystem.com Comments
No official comments yet

User-Submitted Comments
These posts are also available on the forum with more features. This page is intentional simplified

View this info on the forum
[You must be logged in to post comments]
5927 days ago
Chops Said:
Alrighty,

What I've done is add another class to that row

So, it's currently going to display as:

<tr style="font-size:9pt;" ... class='MenuChoice progressionzone'>


You'll be able to override that text size by using .progressionzone class and the !important flag.

Like so:
.progressionzone{
	font-size:7pt !important
}

[You must be logged in to reply]
5927 days ago
Krellin Said:
Thanks for this.
[You must be logged in to reply]
5685 days ago
Krellin Said:
Did you change something? The font is extra large again.
[You must be logged in to reply]
5685 days ago
Chops Said:
Yeah, the raid progression section has been updated, but I made the necessary change to make it backwards compatible to previous CSS. Thansk for the heads up.
[You must be logged in to reply]