Moved style attribute for progess area into CSS file

This commit is contained in:
cmanske%netscape.com 1999-07-06 23:49:56 +00:00
Родитель 9f2956a994
Коммит f65007f48c
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -366,7 +366,7 @@
<!-- Ripped off from navigator.xul; this should be a XUL fragment! -->
<box align="horizontal" id="EditorStatusBar">
<titledbutton value="[Notification Component]" onclick="doTests()"/>
<box align="vertical" style="min-width:10px" flex="100%">
<box id="EditorProgressBox" align="vertical" flex="100%">
<spring flex="100%"/>
<progressmeter mode="normal" value="0">
</progressmeter>

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

@ -11,6 +11,10 @@ box#EditorStatusBar {
min-width: 50px;
}
box#EditorProgessBox {
min-width:30px;
}
window.popup {
border: 2px outset;
}