mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
36 lines
957 B
Plaintext
36 lines
957 B
Plaintext
|
/**
|
||
|
* EGroupware: Stylite Pixelegg template
|
||
|
*
|
||
|
* Definitions for layout and raster
|
||
|
*
|
||
|
* 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 Reinhardt <stefan.reinhardt@pixelegg.de>
|
||
|
* @package pixelegg
|
||
|
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||
|
*/
|
||
|
/*
|
||
|
Created on : 23.07.2014, 13:25:11
|
||
|
Author : stefanreinhardt
|
||
|
*/
|
||
|
|
||
|
@import (reference) "definitions.less";
|
||
|
|
||
|
/* ##################################################################
|
||
|
* ADMIN INDEX Tree
|
||
|
/* ##################################################################
|
||
|
*/
|
||
|
|
||
|
|
||
|
.standartTreeImage {
|
||
|
.img_filter_gray;
|
||
|
.dimension_width_height_s;
|
||
|
}
|
||
|
|
||
|
// old image (only) buttons, which should only display an image, no button
|
||
|
button.image_button {
|
||
|
background: none;
|
||
|
border: none;
|
||
|
}
|