diff options
Diffstat (limited to 'phpBB/adm/style/install_update_diff.html')
-rw-r--r-- | phpBB/adm/style/install_update_diff.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html index 54242d94b4..799ca34292 100644 --- a/phpBB/adm/style/install_update_diff.html +++ b/phpBB/adm/style/install_update_diff.html @@ -42,11 +42,16 @@ function resize_panel() width: 99%; } +#diff_content { + padding: 30px 10px 10px; +} + <!-- IF DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' --> div#codepanel { overflow: auto; width: 100%; height: 350px; + display: inline-block; } <!-- ELSE --> div#codepanel { @@ -230,7 +235,7 @@ table.hrdiff caption span { <div id="acp"> <div class="panel" id="codepanel"> <span class="corners-top"><span></span></span> - <div id="content"> + <div id="diff_content"> <div id="main"> <!-- IF S_DIFF_CONFLICT_FILE --> |