Bug 966546 - [Australis] Doorhanger should slide and have the right anchor position r=gavin

This commit is contained in:
Tim Taubert 2014-01-31 16:09:22 -08:00
parent 25ef623ced
commit 1ab9fb74db
4 changed files with 4 additions and 14 deletions

View File

@ -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">

View File

@ -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;

View File

@ -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;

View File

@ -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;