[TYPO3-project-4-3] CSS BE issues

Steffen Kamper info at sk-typo3.de
Tue May 19 16:37:02 CEST 2009


Hi,

while sitting next to Francois at T3DD09 and tried a new BE module.

The complete organisation of the CSS styles is a bit stupid. There are 
no general styles, only specific to id's of BE module.
You don't believe? I give you an example:

body#typo3-alt-doc-php, body#typo3-db-list-php, 
body#typo3-mod-web-perm-index-php, body#typo3-mod-web-info-index-php, 
body#typo3-mod-web-func-index-php, body#typo3-mod-user-ws-index-php, 
body#typo3-mod-user-ws-workspaceforms-php, body#typo3-mod-php, 
body#typo3-mod-tools-em-index-php, body#typo3-wizard-rte-php, 
body#typo3-pagetree, body#typo3-db-new-php, body#typo3-move-el-php, 
body#typo3-show-rechis-php, body#typo3-wizard-table-php, 
body#typo3-wizard-forms-php, body#ext-cms-layout-db-layout-php, 
body#ext-tstemplate-ts-index-php, body#ext-version-cm1-index-php, 
body#ext-setup-mod-index-php, body#ext-tsconfig-help-mod1-index-php, 
body#ext-lowlevel-dbint-index-php, body#ext-lowlevel-config-index-php, 
body#ext-indexed-search-mod-index-php, 
body#ext-cms-layout-db-new-content-el-php, body#imp-exp-mod 
{stylesheet.css (Linie 189)
height:100%;
margin:0;
overflow:hidden;
padding:0;
}

So if you start a new module you have to do all the styles again and again.

This should change! There are 2 general stylings of BE-Module
* use docheaders
* no docheaders

same happens to tables etc.
I don't know who likes to do this task and if it will happen for 4.3, 
but i write it here so it won't be forgotten.

vg Steffen


More information about the TYPO3-project-4-3 mailing list