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 {