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

This commit is contained in:
gavin%gavinsharp.com 2007-11-07 05:12:13 +00:00
Родитель 59f82ed88e
Коммит b0aff77513
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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;
}