commit | 1289f93969a917e1e1004e34119d343b5527d9ac | [log] [tgz] |
---|---|---|
author | Valentin Pavlov Valchev <vvalchev@apache.org> | Mon Mar 22 11:37:37 2010 +0000 |
committer | Valentin Pavlov Valchev <vvalchev@apache.org> | Mon Mar 22 11:37:37 2010 +0000 |
tree | 8248552be89e19467cd671679e06923822ec65ae | |
parent | 36ee9925be076fe15509d14c93c5f00cf2380f3e [diff] [blame] |
Resolved FELIX-2218 /webconsole dialog font size/ https://issues.apache.org/jira/browse/FELIX-2218 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@926041 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 13cc0db..0a898ff 100644 --- a/webconsole/src/main/resources/res/ui/config.css +++ b/webconsole/src/main/resources/res/ui/config.css
@@ -28,9 +28,8 @@ padding:0 } .multiselect { display: block } -.col_Actions { width: 6em !important } +.col_Actions { width: 7em !important } .pointer { cursor: pointer } .subpid { display:inline-block; margin-left: 1em } tr.fpid td { font-style:italic } -#editor, div.ui-dialog-buttonpane button { font-size: 50% } #factoryTableCaption { margin-top: 1.5em }