commit | 178300c4ae76d2659a7bd760c19e3445e7766e99 | [log] [tgz] |
---|---|---|
author | Valentin Pavlov Valchev <vvalchev@apache.org> | Thu Apr 15 12:33:58 2010 +0000 |
committer | Valentin Pavlov Valchev <vvalchev@apache.org> | Thu Apr 15 12:33:58 2010 +0000 |
tree | 7a665384a2baae7cb2e25d643eafcf52efdf8221 | |
parent | 90d662bd02c38dc1ed47a290320daa8049e16cb5 [diff] [blame] |
Partial fix for FELIX-2286 /Various rendering issues with IE/ https://issues.apache.org/jira/browse/FELIX-2286 fixes config plugin git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@934388 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/config.css b/webconsole/src/main/resources/res/ui/config.css index 0a898ff..5f69d84 100644 --- a/webconsole/src/main/resources/res/ui/config.css +++ b/webconsole/src/main/resources/res/ui/config.css
@@ -30,6 +30,6 @@ .multiselect { display: block } .col_Actions { width: 7em !important } .pointer { cursor: pointer } -.subpid { display:inline-block; margin-left: 1em } +.subpid { margin-left: 1em; float: left } tr.fpid td { font-style:italic } #factoryTableCaption { margin-top: 1.5em }