Project

General

Profile

Actions

Bug #75977

closed

Textarea for imageMagick Commands is to small

Added by Stephan Bauer almost 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2016-04-29
Due date:
% Done:

100%

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

Description

With this patch the textarea will use full width:

--- InstallTool.css    2016-04-29 00:50:58.000000000 +0200
+++ InstallTool.css.neu    2016-04-29 00:46:26.000000000 +0200
@@ -8191,6 +8191,10 @@
 table.t3-install-displaytwinimageimages tr > td {
   padding-right: 20px;
 }
+.t3-install-displaytwinimagetextarea textarea {
+  width: 100%;
+  min-height: 150px;
+}
 .nav-pills > li > a {
   border-radius: 0;
 }

Actions #1

Updated by Gerrit Code Review almost 8 years ago

  • Status changed from New to Under Review

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

Actions #2

Updated by Gerrit Code Review almost 8 years ago

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

Actions #3

Updated by Markus Sommer almost 8 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF