Bug 522538: remove button has reappeared in the bookmark editing panel [r=vingtetun]

This commit is contained in:
Mark Finkle 2009-10-15 22:55:17 -04:00
Родитель 2573a2f2b1
Коммит 994216a3a1
3 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -607,10 +607,10 @@
</xul:vbox>
<xul:hbox class="bookmark-controls" align="center">
<xul:button anonid="close-button" label="&editBookmarkRemove.label;"
<xul:button anonid="remove-button" class="bookmark-remove" label="&editBookmarkRemove.label;"
oncommand="document.getBindingParent(this).remove()"/>
<xul:spacer flex="1"/>
<xul:button anonid="done-button" label="&editBookmarkDone.label;"
<xul:button anonid="done-button" class="bookmark-done" label="&editBookmarkDone.label;"
oncommand="document.getBindingParent(this).stopEditing(true)"/>
</xul:hbox>
</xul:vbox>

Просмотреть файл

@ -724,6 +724,10 @@ findbar .findbar-closebutton {
padding: 1mm; /* core spacing */
}
#bookmark-form button.bookmark-remove {
display: none;
}
/* Identity popup -------------------------------------------------------- */
#identity-container {
border-bottom: 0.1mm solid grey;

Просмотреть файл

@ -455,6 +455,10 @@ findbar .findbar-find-status {
padding: 1.1mm; /* core spacing */
}
#bookmark-form button.bookmark-remove {
display: none;
}
/* Identity popup -------------------------------------------------------- */
#identity-container {
border-bottom: 0.1mm solid grey;