Browse Source

Correct placement of elements in weblog view

Kristan Kenney 5 years ago
parent
commit
e231d2e00f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/templates/admin/list_weblog.html

+ 2 - 2
web/templates/admin/list_weblog.html

@@ -40,5 +40,5 @@
   </div>
   <!-- /.l-header -->
 
-  <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>
-  <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">