So close!
October 31, 2008 6:38 PM   Subscribe

I have a question on how to change the CSS and other formatting of a web page that I don't know the location of. Warning, we are talking more drupal! Screenshot inside...

I am running drupal 6.1, and the modules related to this question are TinyMCE with the IMCE browser. Everything works properly! Woohoo, except, I would like to make a few formatting and display changes to the image browser (what I will refer to as the "blue background")

Once the image browswer opens, it takes the CSS from my blue theme, which I do not want. All I want is a grey backround. I would also like the new window to have scroll bars, and for some text to be removed --> see the screenshot.

Basically, I don't know the location of the "blue screen" you see in the following screenshot - this is what prevents me from editing it.

What are your thoughts or suggestions?

The screenshot is here
posted by yoyoceramic to Computers & Internet (5 answers total) 1 user marked this as a favorite
 
One or other of these should help you...

To find the location of a page in Firefox, right-click and select "View Page Info".

To help narrow down where things are in the DOM, install the Web Developer Toolbar, then choose CSS > View Style Information (default key binding = Ctrl-Shift-Y I think) then hover the cursor over whatever you want to change the CSS for.
posted by rjt at 6:51 PM on October 31, 2008


Are you saying that you don't know the location of the page or is this more of a templating issue and you don't know the name of an included module?
posted by mandal at 4:14 AM on November 1, 2008


Get the FireBug extension.
posted by elle.jeezy at 7:54 AM on November 1, 2008


sites/all/modules/imce/imce.css
posted by bricoleur at 1:33 PM on November 6, 2008


Oops, you said 6.1. Then it should be sites/all/modules/imce/css/imce-content.css
posted by bricoleur at 1:34 PM on November 6, 2008


« Older Obamusic!   |   How best to convince one's doctor to do a... Newer »
This thread is closed to new comments.