New profile manager css file with modified tree widget syntax

This commit is contained in:
gayatrib%netscape.com 1999-07-02 21:41:21 +00:00
Родитель 70cd29f889
Коммит 3829d44a12
1 изменённых файлов: 0 добавлений и 17 удалений

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

@ -1,40 +1,23 @@
window {
display: block;
background-color: white;
}
tree {
display: table;
background-color: #FFFFFF;
border: 5px ridge;
border-spacing: 0px;
width: 75%;
}
treeitem {
display: table-row;
}
treehead {
display: table-header-group;
}
treebody {
display: table-row-group;
}
treecol[id="migration"] {
display: table-column;
width: 25%;
}
treecol[id="username"] {
display: table-column;
width: 75%;
}
treecell {
display: table-cell;
font-family: Verdana, Sans-Serif;
font-size: 8pt;
white-space: nowrap;