FELIX-1988 Modify license display to use the JQuery load() function thus not requiring an <iframe>. Load the details into a <pre> element with rounded corner and dynamic height.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@912186 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/license.css b/webconsole/src/main/resources/res/ui/license.css
index c94e84a..98f7c7d 100644
--- a/webconsole/src/main/resources/res/ui/license.css
+++ b/webconsole/src/main/resources/res/ui/license.css
@@ -26,7 +26,6 @@
 }
 #licenseLeft a {
 	display: block;
-	width: 100%;
 	margin: 0;
 	text-decoration: none;
 }
@@ -36,5 +35,5 @@
 }
 #licenseDetails {
 	width: 100%;
-	height: 50em;
+	padding: 1em;
 }