/*
 * widgets.css
 *
 * Copyright (c) 2004, 2005 by Daniel Potter.  All rights reserved.
 *
 * This file is part of the FFXI Skillchains Tool.
 *
 * The FFXI Skillchains Tool is free software; you can redistribute
 * it and/or modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2 of the
 * License, or (at your option) any later version.
 *
 * The FFXI Skillchains Tool is distributed in the hope that it will
 * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with the FFXI Skillchains Tool; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 * Boston, MA  02111-1307  USA
 *
 * CSS rules for some of the custom widgets.
 */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

.arrow-image {
    list-style-image: url("chrome://skillchains/skin/icons/arrow.png");
    width: 10px;
    height: 9px;
}

skilllevel {
    -moz-binding: url("chrome://skillchains/content/skillchains.xml#skill-selector");
}

skilllevel textbox {
    margin-right: 0px;
    padding-right: 0px;
}

skilllevel button {
    margin-left: 2px;
    padding-left: 0px;
    min-width: 0px;
    min-height: 16px;
    height: 1.2em;
}
