egroupware/pixelegg/less/layout_messages.less
Stefan Reinhardt c6527ff2a4 pixelegg / less
cleanup less files

separate the definitions in different files

merge them in definitions.less

###

same with layout_ files / merge in layout_defintions.less

#
change all app.less files
2014-07-16 11:24:38 +00:00

115 lines
2.3 KiB
Plaintext
Executable File

/**
* 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) "definitions.less";
//##############################################################################################################
#egwpopup{
.background_color_5_gray;
.border_radius_button_righttop;
border-width: 9px 0px 0px 0px;
border-style: solid;
border-color: @gray_30;
.box_shadow_message;
padding: 1em;
/*Button*/
input#egwpopup_ok_button,
button#desktop_perms{
.Complete_Button_normal;
.dimension_height_m;
padding: 0 5px;
&:hover {.Complete_Button_hover;}
&:active {background-color: @color_positive_action_active !important;}
}
}
/*popup Messsage*/
div#egwpopup_message {
background-color: .color_gray_0;
padding: 1em;
overflow-y: auto;
}
#msg,.message {
color: red;
font-style: italic;
background: @gray_0;
}
// Container für Meldungen / Message Container
.egw_fw_ui_app_header_container {
border-width: 9px 0px 0px 0px;
border-style: solid;
border-color: @gray_30;
background-color: @gray_20;
height: auto;
// Statusmeldung
// Meldung oberhalb iFrame
.egw_fw_ui_app_header {
padding: 7px 2px 6px 20px;
font-weight: normal;
color: @egw_color_2_d;
overflow: hidden;
line-height: 2em;
}
}
.colselection.ui-widget-content {
width: 33%;
// margin-left: 49%;
}
/*Calendar ##############*/
td.message {
background-color: @gray_10 !important;
height: 0px;
padding: 0px;
span.message {
height: 35px;
border-bottom: 2px solid @gray_10;
color: red;
background: @gray_10;
height: auto;
width: 100%;
}
}
//