egroupware_official/pixelegg/less/layout_raster.less

47 lines
1.2 KiB
Plaintext
Raw Normal View History

2013-11-11 19:45:33 +01:00
/**
* 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
2013-11-20 09:41:08 +01:00
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
2013-11-11 19:45:33 +01:00
* @package pixelegg
* @version $Id$
*/
@import (reference) "definitions.less";
//##############################################################################################################
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
//############## Layout ########################################################################################
2013-11-11 19:45:33 +01:00
// Allgemeines
/* #################################################
* Basecontainer
* #################################################
*/
//IFRAME
.egw_fw_content_browser_iframe,
#divMainView {
2013-11-14 20:11:29 +01:00
// .background-color-0-gray;
margin: 0;
2013-11-11 19:45:33 +01:00
2013-12-30 18:32:42 +01:00
body {.background_color_0_gray; }
2013-11-11 19:45:33 +01:00
}
2013-11-14 20:11:29 +01:00
.egwGridView_scrollarea {
2013-11-20 09:41:08 +01:00
width: 100%;
2014-02-24 18:18:34 +01:00
overflow-x: hidden;
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
/**
* allow to use Api\Framework::bodyClass('scrollVertical'); to enable scrolling of body
*/
body.scrollVertical {
overflow-y: auto;
}