Hi everyone,
I have a webdesign with some relative css and i use a general text-align:center on my body.
When i use IMCE in fckeditor, the elements in the pop up file browser are also aligned "center".
I'd like to use my style.css stylesheet to override it(text-align:left), but it does not seem to work.
Do you have any idea of what i have to do??

Thanks !

Comments

ufku’s picture

override it using body.imce{text-align: left;} or #imce-content{text-align: left;}

SophieG’s picture

I've doing that but it does not seem to work.
Actually, i've used these and i have changed for example the text size.
I see the changes in the file browser when i reach it through "my account" tab.
But when i have the pop up file browser, it does not work at all...

ufku’s picture

the template file producing that standalone page is imce/tpl/imce-page.tpl.php
Copy it to your theme's directory where other tpl files reside and add some css in it.

SophieG’s picture

Thanks that works perfectly !!

ufku’s picture

Status: Active » Closed (fixed)

Closing 6.x-1.x issues as this branch is no more supported.