commit | cf2b677c87a6b415ff2350f85280a22c9c42e5e7 | [log] [tgz] |
---|---|---|
author | Felix Meschberger <fmeschbe@apache.org> | Sat Feb 20 18:42:55 2010 +0000 |
committer | Felix Meschberger <fmeschbe@apache.org> | Sat Feb 20 18:42:55 2010 +0000 |
tree | 466b6d218b76f2fbc0b84883a8de6caf35a8c777 | |
parent | 8adee6dbd710102e94eccbf773e1db6ed6b85410 [diff] [blame] |
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; }