Logged Out
Create an Account
Login:
Password:

Forgot your password?
Raid Progression Menu

Raid Progression Menu
[Back to Index]
Thread Tags
Primary: [Tickets]
Secondary: None

Raid Progression Menu
Go To This Ticket's Page
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
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
}


--
It's all in the reflexes.
Thanks for this.
Did you change something? The font is extra large again.
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.


--
It's all in the reflexes.


[Back to Index]