[TYPO3-core] RFC #11150: CSS in BE has no general rules, only specific

Steffen Gebert steffen at steffen-gebert.de
Sat May 1 16:43:37 CEST 2010


Hi,

This is a SVN patch request.

Type: Cleanup

Bugtracker references:
http://bugs.typo3.org/view.php?id=11150

Branches: trunk

Problem:
As part of the stylesheet cleanup, I'd love to wipe out one of our biggest  
annoyances of TYPO3 CSS:
Default CSS rules for body-tag are useless and we have always specifiy the  
really needed one:

... (looooooong list)
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#ext-beuser-mod-index-php,
body#ext-belog-mod-index-php,
body#ext-recycler-mod1-index-php,
body#imp-exp-mod {
  	height: 100%;
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
}

Solution:
Change the default rule - we don't need it -, remove the specific ones.

Thanks!
Steffenh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 11150.diff
Type: text/x-diff
Size: 1973 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100501/bd13e4f4/attachment.diff>


More information about the TYPO3-team-core mailing list