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 }