mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
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(../../api/templates/default/images/ajax-loader.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
float: right;
|
|
}
|
|
|
|
.egw_fw_ui_tab_content > .loading {
|
|
background-image:url('../../api/templates/default/images/loading.gif');
|
|
background-repeat: no-repeat;
|
|
text-align: center;
|
|
line-height: 400px;
|
|
} |