Removing extra padding on XBL form buttons (bug 125460). r=jrgm, sr=ben, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@117756 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -117,6 +117,8 @@ button {
|
||||
input[type="button"],input[type="submit"],input[type="reset"] {
|
||||
cursor: default;
|
||||
-moz-box-sizing: border-box;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
input[type="button"] {
|
||||
|
||||
@@ -35,7 +35,6 @@ input[type="button"],
|
||||
input[type="submit"],
|
||||
input[type="reset"] {
|
||||
/* -moz-appearance: button; */
|
||||
margin: 1px 5px 2px 5px;
|
||||
border: 3px solid;
|
||||
-moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow;
|
||||
|
||||
@@ -117,6 +117,8 @@ button {
|
||||
input[type="button"],input[type="submit"],input[type="reset"] {
|
||||
cursor: default;
|
||||
-moz-box-sizing: border-box;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
input[type="button"] {
|
||||
|
||||
@@ -35,7 +35,6 @@ input[type="button"],
|
||||
input[type="submit"],
|
||||
input[type="reset"] {
|
||||
/* -moz-appearance: button; */
|
||||
margin: 1px 5px 2px 5px;
|
||||
border: 3px solid;
|
||||
-moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow;
|
||||
|
||||
Reference in New Issue
Block a user