Bug 486844 - Left/Bottom padding of identity contextual dialog is a bit too wide; r=dao

This commit is contained in:
Ehsan Akhgari 2009-05-03 21:43:46 +04:30
parent c61dd94f15
commit 523fb5b3dd
2 changed files with 3 additions and 8 deletions

View File

@ -62,12 +62,6 @@
color: InfoText;
}
/* Bug 432529 - Don't let the button have an end and bottom margin */
#identity-popup-more-info-button:-moz-system-metric(windows-default-theme) {
margin-bottom: 0;
-moz-margin-end: 0;
}
/* Make the left and right paddings smaller, to compensate for the horizontal
space added by the tooltip appearance, see bug 432529. */
#identity-popup-container:-moz-system-metric(windows-default-theme) {

View File

@ -1940,7 +1940,8 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
#identity-popup-more-info-button {
margin-top: 6px;
-moz-margin-end: 1px;
margin-bottom: 0;
-moz-margin-end: 0;
}
/* Popup Bounding Box */
@ -1957,7 +1958,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
#identity-popup-container {
background-image: none;
min-width: 280px;
padding: 10px;
padding: 9px;
}
#download-monitor {