From 9ef79776a955e20995f2abfa1ce9fd0188ae4e83 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 9 Mar 2014 13:20:49 +0100 Subject: [PATCH] [ticket/8785] Adds a new optical improvement, new file and fixes html bugs PHPBB3-8785 --- .../prosilver/template/posting_editor.html | 93 ++----------------- .../prosilver/template/posting_pm_header.html | 90 ++++++++++++++++++ .../prosilver/template/posting_pm_layout.html | 7 +- phpBB/styles/prosilver/theme/common.css | 8 ++ 4 files changed, 105 insertions(+), 93 deletions(-) create mode 100644 phpBB/styles/prosilver/template/posting_pm_header.html diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index f880597b29..ab812a40e6 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -1,89 +1,6 @@ -
-

{ERROR}

- - - - -
-
-
- - -
- - -
- -
- -
- - - {L_FIND_USERNAME} -
-
- -
-
-
- -
-
-
- -
-
- -
- -
-
-
-
- -
-
-
- - -
-
-

{L_FIND_USERNAME}
- -
- - -
-
- -
-
- -
-
- - +
+
+
@@ -155,7 +72,7 @@
-
+ @@ -267,3 +184,5 @@ + + \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/posting_pm_header.html b/phpBB/styles/prosilver/template/posting_pm_header.html new file mode 100644 index 0000000000..066112b720 --- /dev/null +++ b/phpBB/styles/prosilver/template/posting_pm_header.html @@ -0,0 +1,90 @@ +
+
+
+

{ERROR}

+ + + + +
+
+
+ + +
+ + +
+ +
+
+
+ + + {L_FIND_USERNAME} +
+
+ +
+
+
+ +
+
+
+ +
+
+ +
+ +
+
+
+
+ +
+
+
+ + +
+
+

{L_FIND_USERNAME}
+ +
+ + +
+
+ +
+
+ + +
+ +
+
+
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/posting_pm_layout.html b/phpBB/styles/prosilver/template/posting_pm_layout.html index 5421cc2cbd..c73fc3f40b 100644 --- a/phpBB/styles/prosilver/template/posting_pm_layout.html +++ b/phpBB/styles/prosilver/template/posting_pm_layout.html @@ -17,15 +17,10 @@

{L_TITLE}

-
-
- + -
-
- diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index c204755b9a..4690e9410e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -768,6 +768,14 @@ fieldset.fields1 ul.recipients input.button2{ padding: 0; } +fieldset.fields1 dl.pmlist > dt { + width: auto !important; +} + +fieldset.fields1 dl.pmlist dd.recipients { + margin-left: 0 !important; +} + /* Pagination ---------------------------------------- */ .pagination {