/******************************************************************************
 *                                                                            *
 *    This file is part of RPB Calendar, a Wordpress plugin.                  *
 *    Copyright (C) 2014  Yoann Le Montagner <yo35 -at- melix.net>            *
 *                                                                            *
 *    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 3 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, see <http://www.gnu.org/licenses/>.   *
 *                                                                            *
 ******************************************************************************/


.uicalendar-iris2 .uicalendar-iris2-preview {
	width : 100px;
	height: 100px;
}

.uicalendar-iris2 .uicalendar-iris2-transparent {
	background-image: url(../images/transparent-pattern.png);
	background-repeat: repeat;
}

.uicalendar-iris2 .uicalendar-iris2-hBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}

.uicalendar-iris2 .uicalendar-iris2-hBox > * {
	margin-left: 5px;
}

.uicalendar-iris2 .uicalendar-iris2-hBox > :first-child {
	margin-left: 0px;
}

.uicalendar-iris2 .uicalendar-iris2-vBox {
	display: flex;
	flex-direction: column;
}

.uicalendar-iris2 .uicalendar-iris2-vBox > * {
	margin-top: 5px;
}

.uicalendar-iris2 .uicalendar-iris2-vBox > :first-child {
	margin-top: 0px;
}
