@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url(chrome://greasemonkey/content/manage.xul) {

#manage-window {
  max-width: 650px !important;
  width: 650px !important;
}

#manage-window grid > columns > column:first-child {
  min-width: 220px !important;
  max-width: 220px !important;
}

#lstScripts {
  min-width: 220px !important;
  max-width: 220px !important;
  min-height: 370px !important;
  max-height: 370px !important;
}

#ctlHeader {
  min-height: 32px !important;
  max-height: 32px !important;
  overflow: hidden !important;
  padding: 3px 8px !important;
  font-size: 1.3em !important;
  height: 1.8em !important;
}

#ctlDescription {
  min-height: 2em !important;
  max-height: 2em !important;
  height: 2em !important;
}

#pages-control > groupbox > hbox listbox {
  min-height: 7.5em !important;
  max-height: 7.5em !important;
}

#manage-window grid > rows > row:last-child {
  margin-top: 1em !important;
}

#manage-window grid > rows > row:last-child > hbox:first-child > hbox {
  margin-left: 2em !important;
}

}