Bug 430714: Move the identity contextual dialog up to avoid double line, patch by Kai Liu <kliu.bugzilla.3c9f@mail.kailiu.com>, r=me, a=damon

This commit is contained in:
gavin%gavinsharp.com 2008-04-29 19:12:20 +00:00
Родитель e29df3f99a
Коммит 77454bd7e4
2 изменённых файлов: 2 добавлений и 3 удалений

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

@ -45,9 +45,9 @@
background-position: 0 -297px;
}
/* Bug 413060, comment 14: Match #identity-box's -moz-margin-start, less 1px */
/* Match #identity-box[chromedir="ltr"]'s -moz-margin-start */
#identity-popup[chromedir="ltr"]:-moz-system-metric(windows-default-theme) {
-moz-margin-start: 5px;
-moz-margin-start: 6px;
}
/* Bug 413060, comment 16: Vista Aero is a special case where we use a

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

@ -1990,7 +1990,6 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
/* Popup Bounding Box */
#identity-popup {
margin-top: 1px;
-moz-appearance: menupopup;
color: MenuText;
}