egroupware_official/pixelegg/less/layout_messages.less

109 lines
2.1 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 pixelegg
2013-11-14 20:11:29 +01:00
* @version $Id$
*/
@import (reference) "definitions.less";
//##############################################################################################################
2013-11-14 20:11:29 +01:00
2014-01-14 17:05:31 +01:00
#egwpopup{
2014-03-13 18:44:52 +01:00
2014-01-14 17:05:31 +01:00
.background_color_5_gray;
.border_radius_button_righttop;
border-width: 9px 0px 0px 0px;
border-style: solid;
border-color: @gray_30;
2014-03-13 18:44:52 +01:00
.box_shadow_message;
2014-01-14 17:05:31 +01:00
padding: 1em;
2014-03-13 18:44:52 +01:00
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;
2014-03-13 18:44:52 +01:00
2014-01-17 12:53:23 +01:00
&:hover {.Complete_Button_hover;}
&:active {background-color: @color_positive_action_active !important;}
2014-03-13 18:44:52 +01:00
2014-01-14 17:05:31 +01:00
}
2014-03-13 18:44:52 +01:00
2014-01-14 17:05:31 +01:00
}
2014-01-17 12:53:23 +01:00
/*popup Messsage*/
div#egwpopup_message {
2014-03-13 18:44:52 +01:00
2014-01-17 12:53:23 +01:00
background-color: .color_gray_0;
padding: 1em;
2014-01-30 19:55:29 +01:00
overflow-y: auto;
2014-03-13 18:44:52 +01:00
2014-01-17 12:53:23 +01:00
}
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
}
// Container für Meldungen / Message Container
2013-11-14 20:11:29 +01:00
.egw_fw_ui_app_header_container {
2016-01-28 19:17:40 +01:00
border-width: 1px 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;
2016-01-28 19:17:40 +01:00
height: auto;
2013-11-14 20:11:29 +01:00
// Statusmeldung
// Meldung oberhalb iFrame
.egw_fw_ui_app_header {
padding: 1px 0 0 0;
font-weight: normal;
color: silver;
overflow: hidden;
height: 15px;
}
}
2013-11-14 20:11:29 +01:00
.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
2014-03-13 18:44:52 +01:00
2013-12-16 10:37:26 +01:00
/*Calendar ##############*/
2014-03-13 18:44:52 +01:00
2013-12-16 10:37:26 +01:00
td.message {
2014-02-06 18:35:54 +01:00
background-color: @gray_10 !important;
height: 0px;
padding: 0px;
span.message {
2013-12-16 10:37:26 +01:00
height: 35px;
2013-12-30 18:32:42 +01:00
border-bottom: 2px solid @gray_10;
2014-02-06 18:35:54 +01:00
color: red;
background: @gray_10;
2013-12-16 10:37:26 +01:00
height: auto;
width: 100%;
}
2014-03-13 18:44:52 +01:00
2013-12-16 10:37:26 +01:00
}
2014-03-13 18:44:52 +01:00
2013-12-16 10:37:26 +01:00
//