/** * 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 * @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; border-color: @gray_30; .background_color_25_gray; // Meldung oberhalb iFrame .egw_fw_ui_app_header { // display: none !important; border-width: 0px 0px 0px 0px; border-style: solid; border-color: @gray_50; .border_radius_button_righttop; padding: 14px 2px 4px 15px; 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%; }