Project

General

Profile

Actions

Bug #61140

closed

Use CSS height property to define backend module typo3-docheader-buttons section height

Added by Marcin Sągol over 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-08-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Atm. the height of typo3-docheader-buttons section in backend module layout is calculated based on line-height property. If we use some other CSS framework in our backend module (for example Twitter Bootstrap), the typo3-docheader-buttons changes height and does not match the corresponding section above pages tree.

The only problem here might be situation when inside typo3-docheader-buttons section someone put a lot of various icons, than on smaller screens with fixed height they might not be visible. I doubt though such situation will take place - never seen any module with large number of icons there.

Actions #1

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from New to Closed

Hi marcin, As far as I can see looking at the version 6.2.14 the class .typo3-docheader-buttons has the following style:

.typo3-docheader-buttons {
    color: #000;
    height: 16px;
    padding: 3px 24px;
    overflow: hidden;
}

so height is defined;
Version 7 is already based on Twitter Bootstrap.
So, I think this could be closed; if you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF