aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_logs.html
diff options
context:
space:
mode:
authorRMcGirr83 <rmcgirr83@gmail.com>2015-02-27 12:21:53 -0500
committerRichard McGirr <rmcgirr83@gmail.com>2015-03-04 06:00:27 -0500
commitc3720739cbe35d35654b5dedce78c7436cc3c07e (patch)
treed6b924decea1c8dda2bbce761eea85a9c854ccdb /phpBB/styles/prosilver/template/mcp_logs.html
parent3ac583271f9d2557a1a89ab90e40f9baf6ed8b6d (diff)
downloadforums-c3720739cbe35d35654b5dedce78c7436cc3c07e.tar
forums-c3720739cbe35d35654b5dedce78c7436cc3c07e.tar.gz
forums-c3720739cbe35d35654b5dedce78c7436cc3c07e.tar.bz2
forums-c3720739cbe35d35654b5dedce78c7436cc3c07e.tar.xz
forums-c3720739cbe35d35654b5dedce78c7436cc3c07e.zip
[ticket/13590] Headers of remember me login keys are not centered
Corrected a few other files as well PHPBB3-13590
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_logs.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_logs.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_logs.html b/phpBB/styles/prosilver/template/mcp_logs.html
index eaa3838f17..4f74085968 100644
--- a/phpBB/styles/prosilver/template/mcp_logs.html
+++ b/phpBB/styles/prosilver/template/mcp_logs.html
@@ -22,10 +22,10 @@
<table class="table1">
<thead>
<tr>
- <th>{L_USERNAME}</th>
- <th style="text-align: center">{L_IP}</th>
- <th style="text-align: center">{L_TIME}</th>
- <th>{L_ACTION}</th>
+ <th class="name">{L_USERNAME}</th>
+ <th class="center">{L_IP}</th>
+ <th class="center">{L_TIME}</th>
+ <th class="name">{L_ACTION}</th>
<!-- IF S_CLEAR_ALLOWED --><th>{L_MARK}</th><!-- ENDIF -->
</tr>
</thead>
@@ -34,8 +34,8 @@
<!-- BEGIN log -->
<!-- IF log.S_ROW_COUNT is even --><tr class="bg1"><!-- ELSE --><tr class="bg2"><!-- ENDIF -->
<td>{log.USERNAME}</td>
- <td style="text-align: center">{log.IP}</td>
- <td style="text-align: center">{log.DATE}</td>
+ <td class="center">{log.IP}</td>
+ <td class="center">{log.DATE}</td>
<td>{log.ACTION}<br />
{log.DATA}
</td>