@charset "UTF-8";

/*
 * elrte.custom.css - rozšíření elRTE editoru o vlastní funce
 * @author: Ing. Radek Liška, ing.radek.liska@gmail.com
 * © 2013 Všechna práva vyhrazena
 */

/***************************************************
 * HTML šablony
 ***************************************************/

.el-rte .toolbar ul li.templates .list div {
	width: 140px;
}

.el-rte .toolbar ul li.templates .list div * {
	display: inline;
	white-space: normal;
}
