mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 966546 - [Australis] Doorhanger should slide and have the right anchor position r=gavin
This commit is contained in:
parent
25ef623ced
commit
1ab9fb74db
@ -389,7 +389,8 @@
|
||||
|
||||
<!-- Sync Panel -->
|
||||
<panel id="sync-start-panel" class="sync-panel" type="arrow" hidden="true"
|
||||
noautofocus="true" level="top" onclick="this.hidePopup();">
|
||||
noautofocus="true" level="top" onclick="this.hidePopup();"
|
||||
flip="slide">
|
||||
<hbox class="sync-panel-outer">
|
||||
<image class="sync-panel-icon"/>
|
||||
<vbox class="sync-panel-inner">
|
||||
@ -408,7 +409,8 @@
|
||||
|
||||
<!-- Sync Error Panel -->
|
||||
<panel id="sync-error-panel" class="sync-panel" type="arrow" hidden="true"
|
||||
noautofocus="true" level="top" onclick="this.hidePopup();">
|
||||
noautofocus="true" level="top" onclick="this.hidePopup();"
|
||||
flip="slide">
|
||||
<hbox class="sync-panel-outer">
|
||||
<image class="sync-panel-icon"/>
|
||||
<vbox class="sync-panel-inner">
|
||||
|
@ -1682,10 +1682,6 @@ toolbarbutton.chevron > .toolbarbutton-icon {
|
||||
|
||||
/* Sync Panel */
|
||||
|
||||
.sync-panel {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.sync-panel-icon {
|
||||
width: 32px;
|
||||
background: url("chrome://browser/content/abouthome/sync.png") top left no-repeat;
|
||||
|
@ -3597,10 +3597,6 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
||||
|
||||
/* Sync Panels */
|
||||
|
||||
.sync-panel {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.sync-panel-icon {
|
||||
width: 32px;
|
||||
background: url("chrome://browser/content/abouthome/sync.png") top left no-repeat;
|
||||
|
@ -2144,10 +2144,6 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
|
||||
|
||||
/* Sync Panel */
|
||||
|
||||
.sync-panel {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.sync-panel-icon {
|
||||
width: 32px;
|
||||
background: url("chrome://browser/content/abouthome/sync.png") top left no-repeat;
|
||||
|
Loading…
Reference in New Issue
Block a user