@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://greasemonkey/content/manage.xul) {

#manage-window {
    max-width: 750px !important;
    width: 750px !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: 440px !important;
    max-height: 440px !important;
    }

#ctlHeader {
    min-height: 65px !important;
    max-height: 65px !important;
    overflow: hidden !important;
    }

#ctlDescription {
    min-height: 2.5em !important;
    max-height: 2.5em !important;
    height: 2.5em !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;
    }

}

