We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e1acd1 + e231d2e commit 354ec1fCopy full SHA for 354ec1f
web/templates/admin/list_weblog.html
@@ -40,5 +40,5 @@
40
</div>
41
<!-- /.l-header -->
42
43
- <div style="color: #cc3366; padding: 10px 0 20px 20px; background: #fff; "><?php echo __('Last 70 lines of %s.%s.log',htmlentities($_GET['domain']),htmlentities($_GET['type'])) ;?></div>
44
- <pre class="console-output">
+ <div style="margin-left: auto; margin-right: auto; padding-top: 80px; width: 1020px;"><?php echo __('Last 70 lines of %s.%s.log',htmlentities($_GET['domain']),htmlentities($_GET['type'])) ;?></div>
+ <pre style="width: 1020px; margin-left: auto; margin-right: auto;" class="console-output">
0 commit comments