fx115: Migrate or remove -moz-box-flex
which is no longer recognized
* feed settings: part of the grid, not needed * progress queue: migrated to flex * tab-bar-container: already fixed in scss * zotero-lookup-multiline-progress: migrated to flex * zotero-lookup-textbox: removed, does nothing * #zotero-prefpane-advanced #data-dir-path: migrated to flex * #zotero-prefpane-sync: migrated to flex on #storage-url, removed from #storage-password to fix layout * .search-condition: migrated to flex * updates.css: migrated to flex
This commit is contained in:
parent
7f492529a8
commit
878fc20cec
7 changed files with 11 additions and 12 deletions
|
@ -26,12 +26,12 @@
|
||||||
</hbox>
|
</hbox>
|
||||||
<html:input id="feed-url"
|
<html:input id="feed-url"
|
||||||
oninput="Zotero_Feed_Settings.invalidateURL();Zotero_Feed_Settings.validateURL()"
|
oninput="Zotero_Feed_Settings.invalidateURL();Zotero_Feed_Settings.validateURL()"
|
||||||
autofocus="true" style="width: 30em; max-width: 30em; -moz-box-flex: 1;"/>
|
autofocus="true" style="width: 30em; max-width: 30em;"/>
|
||||||
|
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label value="&zotero.feedSettings.title.label;" control="feed-title"/>
|
<label value="&zotero.feedSettings.title.label;" control="feed-title"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<html:input id="feed-title" style="-moz-box-flex: 1;"/>
|
<html:input id="feed-title" style="max-width: 30em;" />
|
||||||
</html:div>
|
</html:div>
|
||||||
<vbox id="advanced-options" class="zotero-advanced-options">
|
<vbox id="advanced-options" class="zotero-advanced-options">
|
||||||
<hbox onclick="Zotero_Feed_Settings.toggleAdvancedOptions()" class="zotero-advanced-options-label">
|
<hbox onclick="Zotero_Feed_Settings.toggleAdvancedOptions()" class="zotero-advanced-options-label">
|
||||||
|
|
|
@ -139,7 +139,7 @@
|
||||||
</menupopup>
|
</menupopup>
|
||||||
</menulist>
|
</menulist>
|
||||||
<label value="://"/>
|
<label value="://"/>
|
||||||
<html:input id="storage-url" style="-moz-box-flex: 1;"
|
<html:input id="storage-url" style="flex: 1;"
|
||||||
preference="extensions.zotero.sync.storage.url"
|
preference="extensions.zotero.sync.storage.url"
|
||||||
onkeypress="Zotero_Preferences.Sync.onStorageSettingsKeyPress(event)"
|
onkeypress="Zotero_Preferences.Sync.onStorageSettingsKeyPress(event)"
|
||||||
onchange="Zotero_Preferences.Sync.onStorageSettingsChange()"/>
|
onchange="Zotero_Preferences.Sync.onStorageSettingsChange()"/>
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
|
|
||||||
<label value="&zotero.preferences.sync.password;"/>
|
<label value="&zotero.preferences.sync.password;"/>
|
||||||
<hbox>
|
<hbox>
|
||||||
<html:input id="storage-password" style="-moz-box-flex: 0;" type="password"
|
<html:input id="storage-password" type="password"
|
||||||
onkeypress="Zotero_Preferences.Sync.onStorageSettingsKeyPress(event)"
|
onkeypress="Zotero_Preferences.Sync.onStorageSettingsKeyPress(event)"
|
||||||
onchange="Zotero_Preferences.Sync.onStorageSettingsChange()"/>
|
onchange="Zotero_Preferences.Sync.onStorageSettingsChange()"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<vbox id="zotero-progress-box" style="padding:10px" flex="1">
|
<vbox id="zotero-progress-box" style="padding:10px" flex="1">
|
||||||
<label id="label" control="progress-indicator" value=""/>
|
<label id="label" control="progress-indicator" value=""/>
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<html:progress id="progress-indicator" max="100" style="-moz-box-flex: 1;"/>
|
<html:progress id="progress-indicator" max="100" style="flex: 1;"/>
|
||||||
<button id="cancel-button" label="&zotero.general.cancel;"/>
|
<button id="cancel-button" label="&zotero.general.cancel;"/>
|
||||||
<button id="minimize-button" label="&zotero.general.minimize;"/>
|
<button id="minimize-button" label="&zotero.general.minimize;"/>
|
||||||
<button id="close-button" label="&zotero.general.close;"/>
|
<button id="close-button" label="&zotero.general.close;"/>
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#downloadProgress {
|
#downloadProgress {
|
||||||
-moz-box-flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.update-name {
|
.update-name {
|
||||||
-moz-box-flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#errorReason {
|
#errorReason {
|
||||||
|
|
|
@ -805,7 +805,7 @@
|
||||||
|
|
||||||
<!-- Keep in sync with Zotero.test conditional block in overlay.js -->
|
<!-- Keep in sync with Zotero.test conditional block in overlay.js -->
|
||||||
<hbox id="zotero-title-bar">
|
<hbox id="zotero-title-bar">
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml" id="tab-bar-container" style="-moz-box-flex: 1;"/>
|
<div xmlns="http://www.w3.org/1999/xhtml" id="tab-bar-container" />
|
||||||
<hbox id="zotero-tabs-toolbar" class="zotero-toolbar" align="center">
|
<hbox id="zotero-tabs-toolbar" class="zotero-toolbar" align="center">
|
||||||
<toolbarbutton id="zotero-tb-tabs-menu" class="zotero-tb-button" tabindex="-1" data-l10n-id="zotero-toolbar-tabs-menu" type="panel"
|
<toolbarbutton id="zotero-tb-tabs-menu" class="zotero-tb-button" tabindex="-1" data-l10n-id="zotero-toolbar-tabs-menu" type="panel"
|
||||||
oncommand="if (this.disabled) { event.preventDefault(); return; } Zotero_Tabs.showTabsMenu(this)"/>
|
oncommand="if (this.disabled) { event.preventDefault(); return; } Zotero_Tabs.showTabsMenu(this)"/>
|
||||||
|
@ -1084,7 +1084,7 @@
|
||||||
align="start"
|
align="start"
|
||||||
oncommand="Zotero_Lookup.accept(document.getElementById('zotero-lookup-textbox'))"
|
oncommand="Zotero_Lookup.accept(document.getElementById('zotero-lookup-textbox'))"
|
||||||
label="&zotero.lookup.button.search;"/>
|
label="&zotero.lookup.button.search;"/>
|
||||||
<html:progress id="zotero-lookup-multiline-progress" value="0" hidden="true" style="-moz-box-flex: 1"/>
|
<html:progress id="zotero-lookup-multiline-progress" value="0" hidden="true" style="flex: 1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
|
@ -216,7 +216,6 @@ TODO: Replace with SVG
|
||||||
#zotero-lookup-textbox {
|
#zotero-lookup-textbox {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
-moz-box-flex: 1;
|
|
||||||
overflow-x: hidden; /* Fixes a glitch that renders an extra row */
|
overflow-x: hidden; /* Fixes a glitch that renders an extra row */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ zoterosearch {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-condition {
|
.search-condition {
|
||||||
-moz-box-flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ zoterosearch {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-in-the-last {
|
.search-in-the-last {
|
||||||
-moz-box-flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue