[webconsole] fix some styling problems when displaying configurations

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@919176 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/config.js b/webconsole/src/main/resources/res/ui/config.js
index 96f19f1..01d2624 100644
--- a/webconsole/src/main/resources/res/ui/config.js
+++ b/webconsole/src/main/resources/res/ui/config.js
@@ -174,8 +174,9 @@
             td( null, { style: { width: "99%" } }, [
                 createElement( "textarea", null, {
                         name: "properties",
-                        style: { height: "50%", width: "99%" }
+                        style: { height: "20em", width: "99%" }
                     }, [ text( propsValue ) ] ),
+                createElement( "br" ),
                 text( i18n.props_enter )
             ])
         ])
diff --git a/webconsole/src/main/resources/res/ui/configmanager.js b/webconsole/src/main/resources/res/ui/configmanager.js
index 5ee6957..8e46b6c 100644
--- a/webconsole/src/main/resources/res/ui/configmanager.js
+++ b/webconsole/src/main/resources/res/ui/configmanager.js
@@ -181,8 +181,9 @@
             td( "content", { style: { width: "99%" } }, [
                 createElement( "textarea", null, {
                         name: "properties",
-                        style: { height: "50%", width: "99%" }
+                        style: { height: "20em", width: "99%" }
                     }, [ text( propsValue ) ] ),
+                createElement( "br" ),
                 text( "Enter Name-Value pairs of configuration properties" )
             ])
         ])