egroupware/pixelegg/less/layout_messages.less

54 lines
1.2 KiB
Plaintext
Raw Normal View History

2013-11-14 20:11:29 +01:00
/**
* EGroupware: CSS with less preprocessor
*
* et2 Messages
*
* 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 phpgwapi
* @version $Id$
*/
@import (reference) "def_design_pattern_color_font_shadow.less";
//@import "def_buttons.less";
.egw_fw_ui_app_header_container {
border-width: 9px 0px 0px 9px;
border-style: solid;
2013-11-22 06:27:29 +01:00
border-color: @gray-30;
2013-12-12 21:27:20 +01:00
.background-color-30-gray;
2013-11-14 20:11:29 +01:00
// Meldung oberhalb iFrame
.egw_fw_ui_app_header {
// display: none !important;
border-width: 0px 0px 0px 0px;
border-style: solid;
2013-11-22 06:27:29 +01:00
border-color: @gray-10;
2013-11-14 20:11:29 +01:00
.border_radius_button_righttop;
2013-11-25 04:16:41 +01:00
padding: 5px 2px 4px 15px;
2013-11-14 20:11:29 +01:00
font-size: 1em;
font-weight: normal;
.background-color-10-gray;
color: @egw_color_2_d;
width: 80%;
&:before {content: "! "; color: @egw_color_1_a; font-size: 1em; }
}
}
.colselection.ui-widget-content {
width: 33%;
// margin-left: 49%;
2013-11-25 04:16:41 +01:00
}