Bug 431999: Increase the right padding for the curved site identity button on Windows by 1px, patch by Kai Liu <kliu@mozilla.kailiu.com>, r=me, ui-r=beltzner, a=beltzner
git-svn-id: svn://10.0.0.236/trunk@251402 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
#identity-box[chromedir="ltr"]:-moz-system-metric(windows-default-theme) > hbox {
|
||||
margin: -4px 0;
|
||||
padding: 3px 1px 3px 3px;
|
||||
padding: 3px 2px 3px 3px;
|
||||
background-position: 0 3px;
|
||||
-moz-border-radius-topleft: 14px;
|
||||
-moz-border-radius-bottomleft: 14px;
|
||||
|
||||
@@ -1869,7 +1869,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
|
||||
}
|
||||
#identity-box[chromedir="ltr"]:-moz-system-metric(windows-default-theme) > hbox {
|
||||
margin: -11px -10px -11px 0;
|
||||
padding: 10px 11px 10px 3px;
|
||||
padding: 10px 12px 10px 3px;
|
||||
border-top: 1px solid ThreeDDarkShadow;
|
||||
border-bottom: 1px solid ThreeDDarkShadow;
|
||||
border-right-style: none;
|
||||
|
||||
Reference in New Issue
Block a user