commit | a62b4a4a666ebfb7a33d87ffb4bfac561c0d0901 | [log] [tgz] |
---|---|---|
author | Valentin Pavlov Valchev <vvalchev@apache.org> | Thu Apr 15 13:32:59 2010 +0000 |
committer | Valentin Pavlov Valchev <vvalchev@apache.org> | Thu Apr 15 13:32:59 2010 +0000 |
tree | 924d6f351b8b9c5421a60b34db90f13bc23d07a2 | |
parent | 178300c4ae76d2659a7bd760c19e3445e7766e99 [diff] [blame] |
Fixed FELIX-2207 /License plugin should support Bundle-License manifest header/ https://issues.apache.org/jira/browse/FELIX-2207 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@934400 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 98f7c7d..bf65987 100644 --- a/webconsole/src/main/resources/res/ui/license.css +++ b/webconsole/src/main/resources/res/ui/license.css
@@ -37,3 +37,8 @@ width: 100%; padding: 1em; } +#licenseDetails iframe { + width: 100%; + height: 35em; + border: none; +}