From 83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 31 Aug 2007 14:31:25 +0000 Subject: stylistic fixes... git-svn-id: file:///svn/phpbb/trunk@8074 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_users_signature.html | 12 ++++++------ phpBB/docs/CHANGELOG.html | 2 ++ phpBB/language/en/email/forum_notify.txt | 2 +- phpBB/language/en/posting.php | 2 +- phpBB/styles/prosilver/template/posting_buttons.html | 2 +- phpBB/styles/prosilver/template/ucp_header.html | 4 ++-- phpBB/styles/prosilver/theme/bidi.css | 4 ---- phpBB/styles/prosilver/theme/tweaks.css | 2 +- phpBB/styles/subsilver2/template/search_body.html | 4 ---- phpBB/styles/subsilver2/template/viewforum_body.html | 2 ++ 10 files changed, 16 insertions(+), 20 deletions(-) diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html index b45e61295e..8c9fcaeec6 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -67,12 +67,12 @@ - {L_FONT_SIZE}: + + + + +

diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 37fb419e9d..ebd587f16d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -193,6 +193,8 @@ p a {
  • [Feature] Constant PHPBB_ADMIN_PATH introduced, having the same purpose as PHPBB_ROOT_PATH, but for the ACP.
  • [Fix] Further fixing user profile view (please do not forget to update/refresh your template and style) (Bug #14230)
  • [Fix] Adjust google adsense bot information (Bug #14296)
  • +
  • [Fix] Fix horizontal scrollbar problem in IE6 (Bug #14228) - fix provided by Danny-dev
  • +
  • [Fix] Use correct size values in ACP user signature screen (Bug #13367)
  • diff --git a/phpBB/language/en/email/forum_notify.txt b/phpBB/language/en/email/forum_notify.txt index 090782091e..b3e79e17a9 100644 --- a/phpBB/language/en/email/forum_notify.txt +++ b/phpBB/language/en/email/forum_notify.txt @@ -10,7 +10,7 @@ If you want to view the topic, click the following link: {U_TOPIC} If you want to view the forum, click the following link: -{U_TOPIC} +{U_FORUM} If you no longer wish to watch this forum you can either click the "Unsubscribe forum" link found in the forum above, or by clicking the following link: diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 6f7b273efe..35514443a6 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -44,7 +44,7 @@ $lang = array_merge($lang, array( 'BBCODE_B_HELP' => 'Bold text: [b]text[/b]', 'BBCODE_C_HELP' => 'Code display: [code]code[/code]', 'BBCODE_E_HELP' => 'List: Add list element', - 'BBCODE_F_HELP' => 'Font size: [size=x-small]small text[/size]', + 'BBCODE_F_HELP' => 'Font size: [size=85]small text[/size]', 'BBCODE_IS_OFF' => '%sBBCode%s is OFF', 'BBCODE_IS_ON' => '%sBBCode%s is ON', 'BBCODE_I_HELP' => 'Italic text: [i]text[/i]', diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index 56f8cdf709..768f2356f7 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -107,7 +107,7 @@ - diff --git a/phpBB/styles/prosilver/template/ucp_header.html b/phpBB/styles/prosilver/template/ucp_header.html index 151a3f04d2..4d008564c4 100644 --- a/phpBB/styles/prosilver/template/ucp_header.html +++ b/phpBB/styles/prosilver/template/ucp_header.html @@ -39,9 +39,9 @@ diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 5e836534a3..178805a484 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -719,8 +719,4 @@ * tweaks.css */ -* html .rtl #search-box { - margin-left: 35px; - margin-right: 0; -} diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index 704e5ad61f..2f92f91fc8 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -56,7 +56,7 @@ dl.icon { } * html #search-box { - margin-right: 35px; + width: 25%; } /* Correctly clear floating for details on profile view */ diff --git a/phpBB/styles/subsilver2/template/search_body.html b/phpBB/styles/subsilver2/template/search_body.html index 82cb691c10..e66bfd9f1e 100644 --- a/phpBB/styles/subsilver2/template/search_body.html +++ b/phpBB/styles/subsilver2/template/search_body.html @@ -61,10 +61,6 @@ {recentsearch.KEYWORDS} {recentsearch.TIME} - - - {L_NO_RECENT_SEARCHES} - diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index b4c58834b2..b6c9e8d437 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -148,6 +148,7 @@ +
    @@ -235,6 +236,7 @@
    + -- cgit v1.2.1