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
Comment #1
ufku commentedoverride it using body.imce{text-align: left;} or #imce-content{text-align: left;}
Comment #2
SophieG commentedI'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...
Comment #3
ufku commentedthe 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.
Comment #4
SophieG commentedThanks that works perfectly !!
Comment #5
ufku commentedClosing 6.x-1.x issues as this branch is no more supported.