diff options
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_forums.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/acp_modules.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/acp_users.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/permission_mask.html | 3 |
4 files changed, 4 insertions, 5 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 839ab9a27c..1a769eaf68 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -413,7 +413,7 @@ <tbody> <!-- BEGIN forums --> <tr> - <td style="width: 5%;">{forums.FOLDER_IMAGE}</td> + <td style="width: 5%; text-align: center;">{forums.FOLDER_IMAGE}</td> <td> <!-- IF forums.FORUM_IMAGE --><div style="float: left; margin-right: 5px;">{forums.FORUM_IMAGE}</div><!-- ENDIF --> <strong><!-- IF forums.S_FORUM_LINK -->{forums.FORUM_NAME}<!-- ELSE --><a href="{forums.U_FORUM}">{forums.FORUM_NAME}</a><!-- ENDIF --></strong> diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html index ecc8fe4c61..3f09fcae94 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -147,7 +147,7 @@ <tbody> <!-- BEGIN modules --> <tr> - <td style="width: 5%;">{modules.MODULE_IMAGE}</td> + <td style="width: 5%; text-align: center;">{modules.MODULE_IMAGE}</td> <td><a href="{modules.U_MODULE}">{modules.MODULE_TITLE}</a><!-- IF not modules.MODULE_DISPLAYED --> <span class="small">[{L_HIDDEN_MODULE}]</span><!-- ENDIF --></td> <td style="width: 15%; white-space: nowrap; text-align: center; vertical-align: middle;"> <!-- IF modules.MODULE_ENABLED --><a href="{modules.U_DISABLE}">{L_DISABLE}</a><!-- ELSE --><a href="{modules.U_ENABLE}">{L_ENABLE}</a><!-- ENDIF --> </td> <td style="width:90px; white-space: nowrap; text-align: right; vertical-align: middle;"> diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index ae4134e95b..9fe61e6c2d 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -218,7 +218,7 @@ </form> - <br clear="all" /> + <div class="clearfix"> </div> <!-- INCLUDE permission_mask.html --> diff --git a/phpBB/adm/style/permission_mask.html b/phpBB/adm/style/permission_mask.html index 471c465807..81f889b390 100644 --- a/phpBB/adm/style/permission_mask.html +++ b/phpBB/adm/style/permission_mask.html @@ -28,8 +28,7 @@ <input type="checkbox" style="display: none;" class="permissions-checkbox" name="inherit[{p_mask.f_mask.UG_ID}][{p_mask.f_mask.FORUM_ID}]" id="checkbox{p_mask.S_ROW_COUNT}{p_mask.f_mask.S_ROW_COUNT}" value="1" onclick="toggle_opacity('{p_mask.S_ROW_COUNT}{p_mask.f_mask.S_ROW_COUNT}')" /> <!-- ELSE --> <!-- ENDIF --> - - {p_mask.f_mask.NAME} + <!-- {p_mask.f_mask.PADDING} -->{p_mask.f_mask.NAME} </legend> <!-- IF not p_mask.S_VIEW --> <div class="permissions-switch"> |