зеркало из https://github.com/mozilla/pjs.git
Fix PT drag/drop bustage
This commit is contained in:
Родитель
6f5e460453
Коммит
a84ba797e4
|
@ -814,7 +814,7 @@
|
|||
ondragexit="nsDragAndDrop.dragExit(event, homeButtonObserver);"
|
||||
oncommand="BrowserHome();"/>
|
||||
|
||||
<toolbaritem id="urlbar-container" align="center" flex="1"
|
||||
<toolbaritem id="urlbar-container" align="center" flex="1000"
|
||||
title="&locationItem.title;" class="chromeclass-location">
|
||||
<textbox id="urlbar" flex="1"
|
||||
type="autocomplete"
|
||||
|
@ -880,7 +880,7 @@
|
|||
tooltiptext="&throbber.tooltip;"/>
|
||||
</toolbaritem>
|
||||
|
||||
<toolbaritem id="personal-bookmarks" title="&bookmarksItem.title;" flex="0.01">
|
||||
<toolbaritem id="personal-bookmarks" title="&bookmarksItem.title;" flex="1">
|
||||
<bookmarks-toolbar id="bookmarks-toolbar" flex="1"/>
|
||||
</toolbaritem>
|
||||
|
||||
|
|
|
@ -215,7 +215,7 @@ toolbarspacer {
|
|||
|
||||
toolbarspring {
|
||||
-moz-binding: url("chrome://global/content/widgets/toolbar.xml#toolbardecoration");
|
||||
-moz-box-flex: 1;
|
||||
-moz-box-flex: 1000;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче