Skip to content

Commit 354ec1f

Browse files
author
Kristan Kenney
committed
Merge branch 'fix-ui-weblog-0705'
2 parents 5e1acd1 + e231d2e commit 354ec1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/admin/list_weblog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
</div>
4141
<!-- /.l-header -->
4242

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">
43+
<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>
44+
<pre style="width: 1020px; margin-left: auto; margin-right: auto;" class="console-output">

0 commit comments

Comments
 (0)