Project

General

Profile

Actions

Bug #14895

closed

Problems with skinning in frontend editing

Added by oipat alukram about 19 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2005-08-03
Due date:
% Done:

0%

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

Description

Skinning is not supported in frontend editing and I wonder why not.

1) Even if a special skin is used Typo3 used icons from /tslib/gfx/
In order to get the same style as in backend editing it is necessary to copy GIF-version of skin images to this folder

2) Admin panel, edit icons and frontend toolbar has classes but they don't have automatic reference to the CSS-file, which skin could use

3) Because frontend editing tools come to arbitrary text, more classes needed. Admin panel and toolbar buttons could have common and individual classes, for example "admPanel-button admPanel-button-edit", "td-button td-button-edit". Especially ALL a-tags should have classes because the CSS for the whole page makes in many situations difficulties, I added for example class="editPanelLink" for liks of edit Icons. In general at least all table, td, a and img elements should have classes in order to get proper control using CSS.

If there could be used CSS-file, the CSS should take account that in frontend editing has special problems and '!important' is needed

a.editPanelLink {margin:0 !important; padding:0 !important; background-image:url(.) !important;display: inline !important; width:auto !important}

Now surrounding elements and CSS for them don't cause so much problems.

(issue imported from #M1336)

Actions #1

Updated by Benni Mack over 14 years ago

This has been addressed and fixed in the new feeditadvanced.

Actions #2

Updated by Benni Mack almost 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF