egroupware_official/pixelegg/less/layout_messages.less

117 lines
2.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";
2014-01-14 17:05:31 +01:00
#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;
2014-01-14 17:05:31 +01:00
padding: 1em;
2014-01-17 12:53:23 +01:00
/*Button*/
2014-01-14 17:05:31 +01:00
input#egwpopup_ok_button,
button#desktop_perms{
2014-01-17 12:53:23 +01:00
.Complete_Button_normal;
2014-01-15 18:57:00 +01:00
.dimension_height_m;
2014-01-17 12:53:23 +01:00
padding: 0 5px;
&:hover {.Complete_Button_hover;}
&:active {background-color: @color_positive_action_active !important;}
2014-01-14 17:05:31 +01:00
}
}
2014-01-17 12:53:23 +01:00
/*popup Messsage*/
div#egwpopup_message {
background-color: .color_gray_0;
padding: 1em;
}
2013-12-16 10:37:26 +01:00
#msg,.message {
color: red;
font-style: italic;
2013-12-30 18:32:42 +01:00
background: @gray_0;
2013-12-16 10:37:26 +01:00
}
2013-11-14 20:11:29 +01:00
.egw_fw_ui_app_header_container {
2013-12-18 05:33:46 +01:00
border-width: 9px 0px 0px 0px;
2013-11-14 20:11:29 +01:00
border-style: solid;
2013-12-30 18:32:42 +01:00
border-color: @gray_30;
.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-12-30 18:32:42 +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;
2014-01-23 09:44:38 +01:00
/*font-size: 1em;*/
2013-11-14 20:11:29 +01:00
font-weight: normal;
2013-12-30 18:32:42 +01:00
.background_color_10_gray;
2013-11-14 20:11:29 +01:00
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
}
2013-12-16 10:37:26 +01:00
/*Calendar ##############*/
td.message {
span.message {
height: 35px;
2013-12-30 18:32:42 +01:00
border-bottom: 2px solid @gray_10;
2013-12-16 10:37:26 +01:00
color: white;
background: red;
height: auto;
width: 100%;
}
}
2014-01-08 08:57:35 +01:00
2014-01-17 12:53:23 +01:00
2013-12-16 10:37:26 +01:00
//