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

This commit is contained in:
gavin%gavinsharp.com 2006-08-30 22:58:57 +00:00
Родитель 3d739da462
Коммит 7b4f8760db
2 изменённых файлов: 12 добавлений и 2 удалений

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

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

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

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