diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/acp_logs.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/acp_users.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html index b3b5fe3394..ec2065f906 100644 --- a/phpBB/adm/style/acp_logs.html +++ b/phpBB/adm/style/acp_logs.html @@ -30,7 +30,7 @@ <th style="width: 20%;">{L_TIME}</th> <th>{L_ACTION}</th> <!-- IF S_CLEARLOGS --> - <th style="width: 10%;">{L_MARK}</th> + <th style="width: 50px;">{L_MARK}</th> <!-- ENDIF --> </tr> </thead> diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index 0522d17c37..25064c6f3a 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -169,9 +169,9 @@ <tr> <th>{L_FILENAME}</th> <th style="width: 20%;">{L_POST_TIME}</th> - <th style="width: 15%;">{L_FILESIZE}</th> + <th style="width: 20%;">{L_FILESIZE}</th> <th style="width: 20%;">{L_DOWNLOADS}</th> - <th style="width: 10%;">{L_MARK}</th> + <th style="width: 50px;">{L_MARK}</th> </tr> </thead> <tbody> |