/**
 * Styles for EditWarning extension
 *
 * This file is part of MediaWiki extension EditWarning
 *
 * @author Thomas David <ThomasDavid@gmx.de>, idea-sketch.com
 * @addtogroup Extensions
 * @version 0.3.7-is6
 * @copyright 2013 by Thomas David, idea-sketch.com
 * @license GNU GPL 2.0 or later
 *
 * This program 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.

 * This program 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 this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

.editwarning_note {
	background: #ddffdd url(images/note.png) .5em center no-repeat;;
	padding: .4em .8em .4em 2.25em;
	margin: 1em 0;
	border: 1px solid green;
    color: green;
}

.editwarning_warning {
	background: #f6c7c2 url(images/warning.gif) 15px 1.2em no-repeat;
	padding: 0 .8em 0 100px;
	margin: 1em 0;
	border: 1px solid #AC1101;
    color: #AC1101;
}

.editwarning_cancel {
    margin-bottom: .5em;
}
