Skip to content

Commit e231d2e

Browse files
author
Kristan Kenney
committed
Correct placement of elements in weblog view
1 parent 5e1acd1 commit e231d2e

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)