Commit bd3f4211 authored by Markus Stange's avatar Markus Stange
Browse files

Bug 482681 - Make Mac button size dependent on their font size. r=mano

parent aeb6796e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -50,14 +50,12 @@ button {
  /* The margin used here come from the Aqua Human Interface Guidelines,
     there should be 12 pixels between two buttons. */
  margin: 6px;
  padding: 0 9px;
  min-width: 79px;
  min-height: 22px;
  color: ButtonText;
}

.button-text {
  margin: 0 !important;
  margin: 1px 0 !important;
  -moz-margin-start: 3px !important;
  -moz-margin-end: 2px !important;
  text-align: center;
+4 −0
Original line number Diff line number Diff line
@@ -306,6 +306,10 @@ notification > button:focus {
  -moz-box-shadow: 0 0 3px 3px -moz-mac-focusring;
}

notification > button > .button-box > .button-text {
  margin: 0 !important;
}

/* :::::: autoscroll popup ::::: */

.autoscroller {