[TYPO3-dev] BE styles

Éric Thibault Eric.Thibault at dc.ulaval.ca
Tue Jun 19 15:40:43 CEST 2012


Hello again.

How can I change the BE css rendering? When I compare the CSS used for the production site BE to the development one, they're not the same!

My dev CSS:

.tpm-content-cell {
vertical-align: top;
padding: 5px 5px 5px 5px;
border-left: 3px solid #555555;
min-width: 120px;
}


My prod CSS:

.tpm-content-cell {
vertical-align: top;
padding: 5px 5px 5px 5px;
border: 1px dashed #000000;
}

How can I change the production BE to use the same CSS styles as in my dev site? 

Thanks a million times!

-----Message d'origine-----

Hello to all!

Our server administrators have just upgraded our production site to 4.7.1.  They did our DEV site without any problems but in production, the BE styles are wrong!

All block elements in "Page view" don't have any title bar (only visible on rollover) and the size of the text (preview box) is too big... I can view my DEV site without those bugs... (both with Internet Explorer and FireFox).

Where are managed the BE styles... or is there a place that tells if BE styles are applied or not?  Those bugs only occur on a page in "Page view".

Thank you a million times!

Eric Thibault


More information about the TYPO3-dev mailing list