As designed  Label missing on privacy page

  • Thread starter Thread starter ragtek
  • Start date Start date
Rich (BB code):
.xenForm .ctrlUnit.surplusLabel dt label {
    display: none;
}

;)

I'm guessing that's as designed.
 
Hm, but why?
All other have it, only the first doesn't.

So, if i would want to use this in my add-on, i should use <h3 class="sectionHeader">my text</h3> instead of the label?
 
Hm, strange, it seems that it's not the label, what's displayed, it's a h3
So isn't then "<h3 class="sectionHeader">Activity Details missing</h3>" missing?
 
So, if i would want to use this in my add-on, i should use <h3 class="sectionHeader">my text</h3> instead of the label?
If it's a separate section, yes.

Otherwise you can remove the surplusLabel from <dl class="ctrlUnit surplusLabel">, but you may need to do some more CSS styling to make it look better.
 
Hm, strange, it seems that it's not the label, what's displayed, it's a h3
So isn't then "<h3 class="sectionHeader">Activity Details missing</h3>" missing?
A few of the account pages don't have H3 section headings for the first section.

I guess that's a design choice but I'll leave it to Kier/Mike to answer.
 
Top Bottom