11 lines
173 B
CSS
11 lines
173 B
CSS
/**
|
|
* CSS corrections for Gecko.
|
|
*/
|
|
|
|
input[type="submit"], input[type="button"], input[type="reset"] {
|
|
padding: 3px 10px;
|
|
}
|
|
input.horde-cancel {
|
|
padding: 3px 0;
|
|
}
|