Bug 310291: Sidebar max-width shouldn't be in px (for consistency with the Go menu), patch by Thomas Bertels <tbertels@gmail.com>, r=mconnor, ui-review=beltzner

This commit is contained in:
gavin%gavinsharp.com 2006-02-07 14:09:34 +00:00
parent 74b62aaf35
commit c22fbca730

View File

@ -418,7 +418,7 @@
<toolbarbutton class="tabs-closebutton" tooltiptext="&sidebarCloseButton.tooltip;" oncommand="toggleSidebar();"/>
</sidebarheader>
<browser id="sidebar" flex="1" autoscroll="false"
style="min-width: 150px; width: 200px; max-width: 400px;"/>
style="min-width: 14em; width: 18em; max-width: 36em;"/>
</vbox>
<splitter id="sidebar-splitter" class="chromeclass-extrachrome" hidden="true"/>