mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 486844 - Left/Bottom padding of identity contextual dialog is a bit too wide; r=dao
This commit is contained in:
parent
c61dd94f15
commit
523fb5b3dd
@ -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) {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user