Skip to content
Snippets Groups Projects
Commit 183e9e46 authored by Felix Kopp's avatar Felix Kopp Committed by Frank Nägler
Browse files

[BUGFIX] Form padding in Extenson Manager upload

Fixed bottom padding upload form for Extension Manager.

Also back-ports a CSS change into SCSS:
https://review.typo3.org/#/c/34795/

Resolves: #63235
Releases: master
Change-Id: If502837bbe04b1924f91eab6c98d3755a17a5f2c
Reviewed-on: http://review.typo3.org/34796


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarHelmut Hummel <helmut.hummel@typo3.org>
Tested-by: default avatarHelmut Hummel <helmut.hummel@typo3.org>
Reviewed-by: default avatarFrank Nägler <typo3@naegler.net>
Tested-by: default avatarFrank Nägler <typo3@naegler.net>
parent 1fd79afc
Branches
Tags
No related merge requests found
......@@ -147,6 +147,15 @@
color: #0c08ff;
}
.typo3-extension-manager form#extensionUploadForm {
margin-bottom: 0;
div.control-group:last-child {
margin-bottom: 0;
}
}
.typo3-extension-list .inactive {
color: rgb(170, 170, 170);
}
......
......@@ -205,6 +205,11 @@
.typo3-extension-manager .outdated {
color: #0c08ff; }
.typo3-extension-manager form#extensionUploadForm {
margin-bottom: 0; }
.typo3-extension-manager form#extensionUploadForm div.control-group:last-child {
margin-bottom: 0; }
.typo3-extension-list .inactive {
color: #aaaaaa; }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment