1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13590] Headers of remember me login keys are not centered

Corrected a few other files as well

PHPBB3-13590
This commit is contained in:
RMcGirr83
2015-02-27 12:21:53 -05:00
committed by Richard McGirr
parent 3ac583271f
commit c3720739cb
6 changed files with 28 additions and 22 deletions

View File

@@ -671,6 +671,8 @@ table.table1 tbody th {
/* Specific column styles */
table.table1 .name { text-align: left; }
table.table1 .center { text-align: center; }
table.table1 .reportby { width: 15%; }
table.table1 .posts { text-align: center; width: 7%; }
table.table1 .joined { text-align: left; width: 15%; }
table.table1 .active { text-align: left; width: 15%; }