Bug 350737: increase padding around engines in the engine manager, r=mconnor

This commit is contained in:
gavin@gavinsharp.com 2007-11-06 21:09:46 -08:00
parent 866f905aad
commit 398798b0e3

View File

@ -38,5 +38,10 @@
%endif
#engineList treechildren::-moz-tree-image(engineName) {
-moz-margin-end: 3px;
-moz-margin-end: 4px;
-moz-margin-start: 1px;
}
#engineList treechildren::-moz-tree-row {
height: 20px !important;
}