Bug #2191
Wrong CSS definition affects all h2,h3,...
| Status: | Closed | Start date: | 2008-11-22 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Torsten Egeler | % Done: | 100% |
|
| Category: | GUI | Spent time: | 0.20 hour | |
| Target version: | dr_wiki 1.x | Estimated time: | 0.50 hour | |
| Votes: | 0 |
Description
ext_typoscript_setup.txt has CSS definition for the following tags:
.tx-drwiki-pi1 h1, h2, h3, h4, h5, h6 { ... }
.tx-drwiki-pi1 h3, h4, h5, h6 { ... }
This is wrong CSS as it affects the following elements:
h1 wrapped by .tx-drwiki-pi1
h2,h3,... (also WITHOUT being wrapped by .tx-drwiki-pi1
So all h2,h3,.. of a site are changed when using dr-wiki extension.
At the first sight: Same for
.tx-drwiki-pi1 input[type="text"]:focus, textarea:focus
Associated revisions
- Add email column to sys_dmail_maillog (bugtracker issue 2191).
- Fixed Issue 2191, Thanks to Sascha Egerer
History
Updated by Torsten Egeler over 4 years ago
- Status changed from New to Accepted
- Assignee set to Torsten Egeler
- % Done changed from 0 to 100
Hey Stefen,
Die CSS-Einstellungen sind aber im Original nicht so
.tx-drwiki-pi1 H1 {
}
.tx-drwiki-pi1 H2 {
}
Schau Dir einfach nochmal die Datei "ext_typoscript_setup.txt" an.
Grüße
Torsten
Updated by Steffen Gebert over 4 years ago
Hallo Torsten,
stimmt - mein Kollege hat wohl vorher nicht das TER aktualisiert und so hatten wir nur 1.7.1, wo der Fehler noch nicht behoben war.
Allerdings ist es immernoch nicht an allen Stellen ausgebessert:
.tx-drwiki-pi1 h3, h4, h5, h6 {border-bottom: none; font-weight: bold;}
.tx-drwiki-pi1 input, textarea {border: 1px #ccc solid; background: #fafafa; color: #777;}
.tx-drwiki-pi1 input[type=text]:focus, textarea:focus { background: #f0f0f0; color: #333; border-color: #666;}
Steffen
Updated by Denis Royer about 4 years ago
- Category set to GUI
- Target version set to dr_wiki 1.x
Updated by Denis Royer about 4 years ago
- Status changed from Accepted to Closed