aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-03-05 13:56:01 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-03-05 13:56:01 +0100
commit70f17413312b40572df3b7dee46cdcd65655da6d (patch)
tree7738924bb17df6d52ff687fde38da30b82a89328 /phpBB/styles/prosilver/theme
parent18de60c0e099c2af41d853cfeb5799a09e0da630 (diff)
parentc3720739cbe35d35654b5dedce78c7436cc3c07e (diff)
downloadforums-70f17413312b40572df3b7dee46cdcd65655da6d.tar
forums-70f17413312b40572df3b7dee46cdcd65655da6d.tar.gz
forums-70f17413312b40572df3b7dee46cdcd65655da6d.tar.bz2
forums-70f17413312b40572df3b7dee46cdcd65655da6d.tar.xz
forums-70f17413312b40572df3b7dee46cdcd65655da6d.zip
Merge pull request #3454 from RMcGirr83/ticket/13590
[ticket/13590] Headers of remember me login keys are not centered
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 9da24b6ef9..11e3314f17 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -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%; }