Skip to content
Snippets Groups Projects
Commit 2669624a authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

Merge branch 'cleanup_BackendModule' into 'master'

[TASK] Remove inline styling of plugin preview

See merge request !14
parents 2a36aaa6 cfec10a5
No related branches found
No related tags found
1 merge request!14[TASK] Remove inline styling of plugin preview
<thead>
<tr>
<th scope="col" style="width: 50%">
<th scope="col">
<f:translate key="LLL:EXT:df_tabs/Resources/Private/Language/locallang_backend.xlf:backend.plugin.preview.settings"/>
</th>
<th scope="col" style="width: 50%">
<th scope="col">
<f:translate key="LLL:EXT:df_tabs/Resources/Private/Language/locallang_backend.xlf:backend.plugin.preview.values"/>
</th>
</tr>
......
{namespace be=TYPO3\CMS\Backend\ViewHelpers}
{namespace core=TYPO3\CMS\Core\ViewHelpers}
<style type="text/css">
.backend-preview-table > tbody > tr > th {
white-space: normal;
}
</style>
<f:asset.css identifier="df_tabs-pluginpreview" href="EXT:df_tabs/Resources/Public/StyleSheets/Backend/pluginpreview.css"></f:asset.css>
<br/>
<table class="table table-striped table-bordered backend-preview-table">
<table class="table table-striped table-bordered df_tabs-backend-preview-table">
<f:render partial="PluginDataTableHeader"/>
<tbody>
<tr>
......
.df_tabs-backend-preview-table > tbody > tr > th {
white-space: normal;
}
.df_tabs-backend-preview-table > thead > tr > th {
width: 50%;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment