Skip to content

Commit

Permalink
Moved style attribute for progess area into CSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmanske%netscape.com committed Jul 6, 1999
1 parent 9f2956a commit f65007f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion editor/ui/composer/content/EditorAppShell.xul
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions editor/ui/composer/skin/Editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ box#EditorStatusBar {
min-width: 50px;
}

box#EditorProgessBox {
min-width:30px;
}

window.popup {
border: 2px outset;
}
Expand Down

0 comments on commit f65007f

Please sign in to comment.