Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6931)
+++ /CKEditor/trunk/CHANGES.html	(revision 6932)
@@ -58,4 +58,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/7844">#7844</a> : [IE&lt;8] Inserting a page break resulted in an error.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7804">#7804</a> : The HTML5 <a href="http://www.w3.org/TR/html-markup/wbr.html"><code>wbr</code></a> tag is now recognized by the editor</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7867">#7867</a> : The file browser for the background image in the Document Properties dialog window did not work.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/7834">#7834</a> : Dutch;</li>
Index: /CKEditor/trunk/_source/plugins/docprops/dialogs/docprops.js
===================================================================
--- /CKEditor/trunk/_source/plugins/docprops/dialogs/docprops.js	(revision 6931)
+++ /CKEditor/trunk/_source/plugins/docprops/dialogs/docprops.js	(revision 6932)
@@ -476,5 +476,5 @@
 										type : 'hbox',
 										widths : [ '60%', '40%' ],
-										padding : 0,
+										padding : 1,
 										children : [
 											{
@@ -512,5 +512,5 @@
 												style : 'display:inline-block;margin-top:10px;',
 												hidden : true,
-												filebrowser : 'bg:bgImage'
+												filebrowser : 'design:bgImage'
 											}
 										]
