Skip to content
Snippets Groups Projects
Commit 1fd79afc authored by Frank Nägler's avatar Frank Nägler Committed by Helmut Hummel
Browse files

[BUGFIX] Broken icons in extension manager

This fixes broken button group in chrome.
This is a follow up for http://review.typo3.org/34779

Resolves: #63430
Releases: master
Change-Id: Id7f98527c128f5513bc78429c16741a27646c644
Reviewed-on: http://review.typo3.org/34795


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>
parent eb42127a
Branches
Tags
No related merge requests found
......@@ -126,10 +126,6 @@
color: $excludeFromUpdates;
}
.typo3-extension-list td.icons {
width: 140px;
}
#typo3-extension-configuration-forms .info {
color: #666;
font-weight: normal;
......@@ -172,4 +168,4 @@
width: 150px;
}
p { padding-bottom: 20px; }
\ No newline at end of file
p { padding-bottom: 20px; }
......@@ -86,7 +86,7 @@
<td class="hidden-xs">
{extension.version}
</td>
<td class="icons">
<td class="icons nowrap">
<div class="btn-group">
<em:processAvailableActions extension="{extension}">
<em:configureExtension class="btn" extension="{extension}"><f:be.buttons.icon icon="actions-system-extension-configure" title="{f:translate(key:'extensionList.configure')}" /></em:configureExtension>
......
......@@ -189,9 +189,6 @@
.excludeFromUpdates {
color: #000; }
.typo3-extension-list td.icons {
width: 205px; }
#typo3-extension-configuration-forms .info {
color: #666;
font-weight: normal; }
......
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