Manu,

Sorry, I did not understand the problem.

Webdeveloper cant show any element with display:none and if can alter media type on demand I did not find how :-(
So if you change the media type at all css for debug with webdeveloper I think you ll find the class, maybe the only way to do it...

[]s
Alexandre Rocha



==========================
trac.css
568,574
@media print {
 #header, #altlinks, #footer, #help { display: none }
 .nav, form, .buttons form, form .buttons, form .inlinebuttons {
   display: none;
 }
 form.printableform { display: block }
}




Emmanuel Blot escreveu:
Manu,

I use a firefox addon that can show me all css elements.
https://addons.mozilla.org/en-US/firefox/addon/60

After install you click Shift+Ctrl+f and click in any element to see
name and other attributes
    

Hi Alexandre,

[OT]

I've used several tools to locate the CSS element, but as it was
print-media only element, I failed to find how to tell firebug and
webkit inspector how to enable the "print media" view in screen,
debugging mode.
In default (screen media) view, this element was not shown, which made
it hard to locate.

Any idea about how to enable "print media" element in firebug or
webkit inspector ?
Is there a "print media" view within the web inspector ?

Thanks,
Manu


  


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to