From a235f770f6ca28f176ac4833a3bdeb81cbec7563 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 10 Sep 2010 04:09:30 -0700 Subject: [ticket/9810] Hide "Select All" of code bbcode on print page PHPBB3-9810 --- phpBB/styles/prosilver/theme/print.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css index 6dfb5c4726..68600b030b 100644 --- a/phpBB/styles/prosilver/theme/print.css +++ b/phpBB/styles/prosilver/theme/print.css @@ -140,3 +140,5 @@ div.spacer { clear: both; } /* Accessibility tweaks: Mozilla.org */ .skip_link { display: none; } + +dl.codebox dt { display: none; } \ No newline at end of file -- cgit v1.2.1 From 2c4c1f925768285995020e08b0e5d13c51a5c388 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 29 Aug 2010 19:46:49 +0200 Subject: [ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y". PHPBB3-9664 --- phpBB/styles/prosilver/template/posting_buttons.html | 2 +- phpBB/styles/subsilver2/template/posting_buttons.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index 4d866681f0..5d21229611 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -79,7 +79,7 @@ - + diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index 2fff9c1991..621fa87fd4 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -45,7 +45,7 @@ - + -- cgit v1.2.1 From 931bd25e34a96dbe31089dc76dd2122ef9397279 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 15 Oct 2010 19:35:40 +0200 Subject: [ticket/9841] Change "Save" to "Save draft", "Load" to "Load draft". This has confused people that are less familiar with phpBB or web applications in general. "Save draft" should make it clear that a draft is being saved, but it is still short enough to be used in a button. PHPBB3-9841 --- phpBB/styles/prosilver/template/posting_editor.html | 4 ++-- phpBB/styles/subsilver2/template/posting_body.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 9476242d11..5f7fb8408e 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -187,8 +187,8 @@
{S_HIDDEN_ADDRESS_FIELD} {S_HIDDEN_FIELDS} -   -   +   +   onclick="document.getElementById('postform').action += '#preview';" />    diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 963e6fe966..0021cd2eb3 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -342,8 +342,8 @@   -   -   +   +     @@ -365,8 +365,8 @@   -   -   +   +     -- cgit v1.2.1 From 105de6b637898cbbeae88909baf04706c856e839 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Thu, 29 Apr 2010 10:10:35 -0400 Subject: [ticket/7417] Focus search keywords field when prosilver search page is loaded. PHPBB3-7417 --- phpBB/styles/prosilver/template/search_body.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/search_body.html b/phpBB/styles/prosilver/template/search_body.html index 612641b141..6616b95a73 100644 --- a/phpBB/styles/prosilver/template/search_body.html +++ b/phpBB/styles/prosilver/template/search_body.html @@ -1,5 +1,11 @@ + +

{L_SEARCH}

@@ -119,4 +125,4 @@ - \ No newline at end of file + -- cgit v1.2.1 From 6e9cf09adbc79d8327b1817096c3b16f50fc80d9 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Thu, 29 Apr 2010 10:17:16 -0400 Subject: [ticket/7417] Focus username field when prosilver login page is loaded. PHPBB3-7417 --- phpBB/styles/prosilver/template/login_body.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/login_body.html b/phpBB/styles/prosilver/template/login_body.html index e52ccd6434..26e425a1d0 100644 --- a/phpBB/styles/prosilver/template/login_body.html +++ b/phpBB/styles/prosilver/template/login_body.html @@ -1,5 +1,11 @@ + +
-- cgit v1.2.1 From 940191973fdbffffe51baf1dc5e6abc5bcdf0d75 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Thu, 29 Apr 2010 10:38:28 -0400 Subject: [ticket/7417] Also focus search keywords and username in subsilver2. PHPBB3-7417 --- phpBB/styles/subsilver2/template/login_body.html | 19 ++++++++++++++++++- phpBB/styles/subsilver2/template/search_body.html | 19 ++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subsilver2/template/login_body.html b/phpBB/styles/subsilver2/template/login_body.html index 503de9e69e..90bbf8c139 100644 --- a/phpBB/styles/subsilver2/template/login_body.html +++ b/phpBB/styles/subsilver2/template/login_body.html @@ -88,4 +88,21 @@
- \ No newline at end of file + + + diff --git a/phpBB/styles/subsilver2/template/search_body.html b/phpBB/styles/subsilver2/template/search_body.html index a0ec30e9ba..763a229c83 100644 --- a/phpBB/styles/subsilver2/template/search_body.html +++ b/phpBB/styles/subsilver2/template/search_body.html @@ -75,4 +75,21 @@
- \ No newline at end of file + + + -- cgit v1.2.1 From e2d57fb4daa43ddaf4114cec7a3133750e07fea8 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 17 Oct 2010 12:25:20 +0100 Subject: [ticket/7332] Fix post details expand link rendering on Webkit. PHPBB3-7332 --- phpBB/styles/prosilver/template/mcp_post.html | 2 +- phpBB/styles/prosilver/theme/content.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index dab2d572a9..04e24cd1f9 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -54,7 +54,7 @@ - {L_EXPAND_VIEW} + {L_EXPAND_VIEW}

{POST_SUBJECT}

diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index dfe00371e4..64beb97a37 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -307,6 +307,11 @@ div[class].topic-actions { max-height: 300px; } +#expand +{ + clear: both; +} + /* Content container styles ----------------------------------------*/ .content { -- cgit v1.2.1