Your IP : 216.73.216.55


Current Path : /home/giteleslfp/www/administrator/components/com_templateck/assets/
Upload File :
Current File : /home/giteleslfp/www/administrator/components/com_templateck/assets/admin.css

/**
 * @name		Template Creator CK
 * @copyright	Copyright (C) 2011. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */

.ckadminsidebar {
	float: left;
	width: 220px;
	margin-right: 10px;
}

.ckadminarea {
	float: left;
	width: calc(100% - 230px);
}

/* for Joomla 3.x */
[id^="toolbar-"] span[class^="icon-tck-"]:before {
	display: inline-block;
	content: " ";
	width: 14px;
	height: 20px;
}

[id^="toolbar-"] span[class^="icon-tck-"] {
	background-position: center center;
	background-repeat: no-repeat;
}

.icon-tck-installGabarit  {
	background-image: url(../images/toolbar/import.png);
}

.icon-tck-exportGabarit  {
	background-image: url(../images/toolbar/export.png);
}

.icon-tck-installTheme   {
	background-image: url(../images/toolbar/install.png);
}

.icon-tck-copyTemplate {
	background-image: url(../images/toolbar/copytemplate.png);
}

.ckbadgeupdate {
	background-color: #b94a48;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	margin: 2px;
	padding: 3px;
	text-shadow: none;
}