Project

General

Profile

Actions

Bug #20477

closed

CSS in BE has no general rules, only specific

Added by Steffen Kamper almost 15 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-05-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

This leads to the fact that if you write your own BE-module, you have to write your own CSS rules.

Currently we have two kinds of BE-modules:
  • modules using docheaders
  • modules without docheaders

Both should get the basic rules assigned so you don't have to care about the generic look of your module

(issue imported from #M11150)


Files

11150.diff (1.93 KB) 11150.diff Administrator Admin, 2010-05-01 16:40

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #22507: Reorganize the backend stylesheetsClosedFrancois Suter2010-04-24

Actions
Has duplicate TYPO3 Core - Bug #21786: CSS rule "margin:0" is missing for the right frameClosedSteffen Gebert2009-12-03

Actions
Actions #1

Updated by Steffen Kamper almost 15 years ago

best example you find in current css:

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;
}

Actions #2

Updated by Francois Suter almost 15 years ago

We definitely need a set of generic rules, then each module can add its own specific styles.

Needed also are styles for messages (success, info, notice, warning and error).

Actions #3

Updated by Steffen Gebert about 14 years ago

Yes, I talked to Benni and we want to get rid of this body-monster (especially as it should be (almost) no problem to just change the generic rule.

I wanted to wait until #22507 is comitted, hopefully this happens tomorrow and we get this one also in tomorrow.

Actions #4

Updated by Steffen Kamper about 14 years ago

Committed to trunk rev 7502

Actions

Also available in: Atom PDF