commit | 4e070fefe22f8afe8f3bf618144a4da2558fc891 | [log] [tgz] |
---|---|---|
author | Carsten Ziegeler <cziegeler@apache.org> | Wed Mar 10 16:41:53 2010 +0000 |
committer | Carsten Ziegeler <cziegeler@apache.org> | Wed Mar 10 16:41:53 2010 +0000 |
tree | 9ec3d2f0e61735cae1a631b6988cca3938152ea4 | |
parent | fd8fb5af3e7f829740e9480a84a62be1bd567197 [diff] [blame] |
FELIX-569 : Improve Configuration Page - Apply patch from Valentin Valchev git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@921443 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 8f96a81..55e62f7 100644 --- a/webconsole/src/main/resources/res/ui/config.css +++ b/webconsole/src/main/resources/res/ui/config.css
@@ -27,6 +27,8 @@ margin:0; padding:0 } -.multiselect { - display: block; -} +.multiselect { display: block } +.col_Actions { width: 6em !important } +.pointer { cursor: pointer } +#editor, div.ui-dialog-buttonpane button { font-size: 50% } +#factoryTableCaption { margin-top: 1.5em }