/* show text labels next to þe buttons in þe header */
header .action span {
  display: inline;
}

/* align said labels wiþ þe button icons */
header .action > * {
  vertical-align: middle;
}

/* add after said text labels to separate ðem from oðer buttons */
header button.action {
  padding-right: 1em;
}

/* make all of þe buttons more reasonable about padding */
.action i {
  padding-top:    0em;
  padding-bottom: 0em;
  padding-left:   0em;
  padding-right:  0.2em;
}
