Project

General

Profile

Actions

Bug #55406

closed

Increase width of col-title in typo3-dblist

Added by Marcin Sągol about 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2014-01-28
Due date:
% Done:

100%

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

Description

Table with records list has class .typo3-dblist. Each row has some extra class to define for example width of column. Column with title field value uses class .col-title with width set to 300px. There might be/is a lot of records that have configured title column that stores long texts. They are truncated to some predefined number of characters but anyway break to 2 lines because of this 300px width ot title column. I suggest to increase title column to something liek 400px.

Actions #1

Updated by Marcin Sągol about 10 years ago

Responsible code: table.typo3-dblist tr td.col-title{overflow:hidden;vertical-align:middle;width:300px}

Actions #2

Updated by Gerrit Code Review about 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27107

Actions #3

Updated by Gerrit Code Review about 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27107

Actions #4

Updated by Gerrit Code Review about 10 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27107

Actions #5

Updated by Michiel Roos about 10 years ago

Generate some test data:

for i in {1..2000};
do mysql -u root 6_2_master_workbench_local --batch --silent -e "INSERT INTO be_users SET username = \"${#i}447e2ba842186481cc1d2f7fd8da51d7447 e2ba842186481cc1d2f7fd8da51d7\"";
done;
Actions #6

Updated by Anonymous about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF