egroupware_official/pixelegg/less/layout_ajaxLoader.less
Stefan Reinhardt c6527ff2a4 pixelegg / less
cleanup less files

separate the definitions in different files

merge them in definitions.less

###

same with layout_ files / merge in layout_defintions.less

#
change all app.less files
2014-07-16 11:24:38 +00:00

27 lines
820 B
Plaintext

/**
* EGroupware: Stylite Pixelegg template
*
* lettersearch
*
* Please do NOT change css-files directly, instead change less-files and compile them!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package pixelegg
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
*/
@import (reference) "definitions.less";
//##############################################################################################################
.egw_fw_ui_ajaxloader {
display: inline-block;
width: 16px;
height: 16px;
background-image:url(../images/ajax-loader.gif);
background-repeat: no-repeat;
background-position: center;
float: right;
}