1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-17 22:11:26 +02:00

Merge pull request #3454 from RMcGirr83/ticket/13590

[ticket/13590] Headers of remember me login keys are not centered
This commit is contained in:
Marc Alexander
2015-03-05 13:56:01 +01:00
6 changed files with 28 additions and 22 deletions

View File

@@ -16,9 +16,9 @@
</tr>
<tr>
<th>{L_LOGIN_KEY}</th>
<th>{L_IP}</th>
<th>{L_LOGIN_TIME}</th>
<th>{L_MARK}</th>
<th class="center">{L_IP}</th>
<th class="center">{L_LOGIN_TIME}</th>
<th class="center">{L_MARK}</th>
</tr>
<!-- BEGIN sessions -->
<!-- IF sessions.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

View File

@@ -322,6 +322,10 @@ th {
padding: 7px 5px;
}
th.center {
text-align: center;
}
td {
padding: 2px;
}