diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 6b85be7f94..34bddf390a 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -381,7 +381,6 @@ fieldset {
border-top: 1px solid #D5D5C8;
background-color: #ECECEC;
position: relative;
- z-index: 10;
}
legend {
position: absolute;
@@ -392,7 +391,6 @@ legend {
font-weight: bold;
line-height: 100%;
text-transform: uppercase;
- z-index: 20;
}
fieldset p {
@@ -414,6 +412,10 @@ input {
vertical-align: middle;
}
+input.langvalue, textarea.langvalue {
+ width: 90%;
+}
+
select {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
@@ -1170,7 +1172,7 @@ fieldset.perm .perm_switch {
background-color: #E4E8EB;
}
-.perm_panel th a {
+.perm_panel th a:link, .perm_panel th a:hover, .perm_panel th a:visited {
display: block;
color: #FFA34F;
text-decoration: underline;
diff --git a/phpBB/includes/acp/acp_language.php b/phpBB/includes/acp/acp_language.php
index a5b7974d70..153c200aeb 100644
--- a/phpBB/includes/acp/acp_language.php
+++ b/phpBB/includes/acp/acp_language.php
@@ -1101,7 +1101,7 @@ $lang = array_merge($lang, array(
$tpl .= ($textarea) ? '' : '" />';
diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html
index dc2fa082fa..e417163902 100644
--- a/phpBB/styles/subSilver/template/viewforum_body.html
+++ b/phpBB/styles/subSilver/template/viewforum_body.html
@@ -52,7 +52,7 @@
[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ]
- {topicrow.TOPIC_AUTHOR_FULL} |
+ {topicrow.TOPIC_AUTHOR_FULL} |
{topicrow.REPLIES} |
{topicrow.VIEWS} |
@@ -203,7 +203,7 @@
[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ]
|
- {topicrow.TOPIC_AUTHOR_FULL} |
+ {topicrow.TOPIC_AUTHOR_FULL} |
{topicrow.REPLIES} |
{topicrow.VIEWS} |
@@ -273,33 +273,33 @@
|
- {FOLDER_NEW_IMG} |
+ {FOLDER_NEW_IMG} |
{L_NEW_POSTS} |
|
- {FOLDER_IMG} |
+ {FOLDER_IMG} |
{L_NO_NEW_POSTS} |
|
- {FOLDER_ANNOUNCE_IMG} |
+ {FOLDER_ANNOUNCE_IMG} |
{L_ICON_ANNOUNCEMENT} |
- {FOLDER_HOT_NEW_IMG} |
+ {FOLDER_HOT_NEW_IMG} |
{L_NEW_POSTS_HOT} |
|
- {FOLDER_HOT_IMG} |
+ {FOLDER_HOT_IMG} |
{L_NO_NEW_POSTS_HOT} |
|
- {FOLDER_STICKY_IMG} |
+ {FOLDER_STICKY_IMG} |
{L_ICON_STICKY} |
- {FOLDER_LOCKED_NEW_IMG} |
+ {FOLDER_LOCKED_NEW_IMG} |
{L_NEW_POSTS_LOCKED} |
|
- {FOLDER_LOCKED_IMG} |
+ {FOLDER_LOCKED_IMG} |
{L_NO_NEW_POSTS_LOCKED} |
|
- {FOLDER_MOVED_IMG} |
+ {FOLDER_MOVED_IMG} |
{L_MOVED_TOPIC} |
|