From 708113b790368fffbf57eb5b96c8132eda00ba9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Dr=C3=B6scher?= Date: Wed, 17 Jan 2007 15:40:30 +0000 Subject: [PATCH] #7092 #7088 git-svn-id: file:///svn/phpbb/trunk@6893 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/mcp_topic.html | 4 ++-- phpBB/styles/subSilver/template/posting_body.html | 10 ++++++---- phpBB/styles/subSilver/template/posting_buttons.html | 2 +- phpBB/styles/subSilver/template/report_body.html | 4 ++-- phpBB/styles/subSilver/theme/stylesheet.css | 4 ++++ 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/phpBB/styles/subSilver/template/mcp_topic.html b/phpBB/styles/subSilver/template/mcp_topic.html index cb398e48e6..464159531b 100644 --- a/phpBB/styles/subSilver/template/mcp_topic.html +++ b/phpBB/styles/subSilver/template/mcp_topic.html @@ -25,7 +25,7 @@ - +
checked="checked" />{L_NO_TOPIC_ICON} checked="checked" /> checked="checked" />{L_NO_TOPIC_ICON} checked="checked" />
@@ -54,7 +54,7 @@ {L_DISPLAY_OPTIONS} - {L_POSTS_PER_PAGE}
{L_POSTS_PER_PAGE_EXPLAIN} + {L_POSTS_PER_PAGE}
{L_POSTS_PER_PAGE_EXPLAIN} diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index 7d871ae922..b99b902437 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -147,8 +147,9 @@ {S_HIDDEN_ADDRESS_FIELD} - - {to_recipient.NAME}{to_recipient.NAME_FULL}   + + {to_recipient.NAME}{to_recipient.NAME_FULL}   + {L_NO_TO_RECIPIENT} @@ -159,8 +160,9 @@ {L_BCC}: - - {bcc_recipient.NAME}{bcc_recipient.NAME_FULL}   + + {bcc_recipient.NAME}{bcc_recipient.NAME_FULL}   + {L_NO_BCC_RECIPIENT} diff --git a/phpBB/styles/subSilver/template/posting_buttons.html b/phpBB/styles/subSilver/template/posting_buttons.html index e4527570d4..f3cf518d69 100644 --- a/phpBB/styles/subSilver/template/posting_buttons.html +++ b/phpBB/styles/subSilver/template/posting_buttons.html @@ -68,7 +68,7 @@ - {L_FONT_SIZE}: diff --git a/phpBB/styles/subSilver/template/report_body.html b/phpBB/styles/subSilver/template/report_body.html index 7065f0f35d..59072606cc 100644 --- a/phpBB/styles/subSilver/template/report_body.html +++ b/phpBB/styles/subSilver/template/report_body.html @@ -23,10 +23,10 @@ {L_MORE_INFO}:
{L_CAN_LEAVE_BLANK} - + -   +   diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 769fe4d092..4cf0ebc3cf 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -625,3 +625,7 @@ pre { font-size: 1.1em; font-family: Monaco, 'Courier New', monospace; } + +.nowrap { + white-space: nowrap; +} \ No newline at end of file