diff options
author | Michael Miday <midaym@gmail.com> | 2015-09-15 16:02:47 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-09-15 16:02:47 +0200 |
commit | eb691ba4afc302df2c9f3ebe431d3f8312433d85 (patch) | |
tree | e58925b029fdf2ea76c22fe1b6054e5ea5e162ed /phpBB/styles/prosilver/template | |
parent | 2a217e38e2098ed546f8731beeac7cfa36708dbc (diff) | |
download | forums-eb691ba4afc302df2c9f3ebe431d3f8312433d85.tar forums-eb691ba4afc302df2c9f3ebe431d3f8312433d85.tar.gz forums-eb691ba4afc302df2c9f3ebe431d3f8312433d85.tar.bz2 forums-eb691ba4afc302df2c9f3ebe431d3f8312433d85.tar.xz forums-eb691ba4afc302df2c9f3ebe431d3f8312433d85.zip |
[ticket/14165] Fix Tab Layout
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_header.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_header.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_header.html b/phpBB/styles/prosilver/template/mcp_header.html index 424bb36858..5841c1bbd2 100644 --- a/phpBB/styles/prosilver/template/mcp_header.html +++ b/phpBB/styles/prosilver/template/mcp_header.html @@ -8,7 +8,7 @@ </p> <!-- ENDIF --> -<div id="tabs"> +<div id="tabs" class="tabs"> <ul> <!-- BEGIN l_block1 --> <li class="tab<!-- IF l_block1.S_SELECTED --> activetab<!-- ENDIF -->"><a href="{l_block1.U_TITLE}">{l_block1.L_TITLE}</a></li> diff --git a/phpBB/styles/prosilver/template/ucp_header.html b/phpBB/styles/prosilver/template/ucp_header.html index de7579999f..98d2eee1a0 100644 --- a/phpBB/styles/prosilver/template/ucp_header.html +++ b/phpBB/styles/prosilver/template/ucp_header.html @@ -2,7 +2,7 @@ <h2 class="ucp-title">{L_UCP}</h2> -<div id="tabs"> +<div id="tabs" class="tabs"> <ul> <!-- BEGIN t_block1 --> <li class="tab<!-- IF t_block1.S_SELECTED --> activetab<!-- ENDIF -->"><a href="{t_block1.U_TITLE}">{t_block1.L_TITLE}</a></li> @@ -98,4 +98,4 @@ </div> - <div id="cp-main" class="cp main ucp-main panel-container"> + <div id="cp-main" class="cp-main ucp-main panel-container"> |