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:
gavin%gavinsharp.com
2008-05-08 15:20:07 +00:00
parent 83cff21872
commit 5e8446c071
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;