2013-11-18 20:27:56 +01:00
|
|
|
|
/**
|
|
|
|
|
* EGroupware: Stylite Pixelegg template
|
|
|
|
|
*
|
|
|
|
|
* dialog
|
|
|
|
|
*
|
|
|
|
|
* 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 Reinhard <stefan.reinhard@pixelegg.de>
|
|
|
|
|
* @package pixelegg
|
|
|
|
|
* @version $Id$
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@import (reference) "def_buttons.less";
|
2013-11-20 09:41:08 +01:00
|
|
|
|
/*@import (reference) "def_content_elements.less";*/
|
2013-11-18 20:27:56 +01:00
|
|
|
|
@import (reference) "def_design_pattern_color_font_shadow.less";
|
|
|
|
|
@import (reference) "def_messages.less";
|
|
|
|
|
|
2013-11-22 06:27:29 +01:00
|
|
|
|
/*###########################################
|
|
|
|
|
# #
|
|
|
|
|
# dialog-header #
|
|
|
|
|
#############################################
|
|
|
|
|
# #
|
|
|
|
|
# #
|
|
|
|
|
# #
|
|
|
|
|
# #
|
|
|
|
|
# #
|
|
|
|
|
# main + tabs #
|
|
|
|
|
# #
|
|
|
|
|
# #
|
|
|
|
|
#############################################
|
|
|
|
|
# dialog-operators #
|
|
|
|
|
#############################################
|
|
|
|
|
# #
|
|
|
|
|
# buttons #
|
|
|
|
|
# #
|
|
|
|
|
# #
|
|
|
|
|
##############################################*/
|
|
|
|
|
|
|
|
|
|
|
2013-11-18 20:27:56 +01:00
|
|
|
|
|
|
|
|
|
/*Main div*/
|
|
|
|
|
|
|
|
|
|
#popupMainDiv {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2013-11-22 06:27:29 +01:00
|
|
|
|
|
2013-11-18 20:27:56 +01:00
|
|
|
|
table.dialog-main-view {width: 100%;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*Header Part*/
|
2013-11-22 06:27:29 +01:00
|
|
|
|
.dialog-header{
|
2013-11-18 20:27:56 +01:00
|
|
|
|
background-color: @egw_color_2_a;
|
|
|
|
|
.color-0-gray;
|
|
|
|
|
|
|
|
|
|
td {padding: 5px;}
|
|
|
|
|
|
|
|
|
|
table.et2_grid {border-top: none;}
|
|
|
|
|
.et2_label {.color-0-gray;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Main*/
|
|
|
|
|
|
|
|
|
|
|
2013-11-22 06:27:29 +01:00
|
|
|
|
|
|
|
|
|
/* Operators */
|
|
|
|
|
|
|
|
|
|
.dialog-operators {
|
|
|
|
|
background-color: @gray-30;
|
|
|
|
|
border-top: 2px solid @gray-10;
|
|
|
|
|
border-bottom: 2px solid @gray-10;
|
|
|
|
|
|
|
|
|
|
td {padding: 2px;}
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-18 20:27:56 +01:00
|
|
|
|
/*Buttons / Toolbar*/
|
|
|
|
|
|
|
|
|
|
.dialog-footer-toolbar{
|
|
|
|
|
background-color: @egw_color_2_e;
|
2013-11-22 06:27:29 +01:00
|
|
|
|
|
|
|
|
|
td {padding: 0px 5px;}
|
2013-11-18 20:27:56 +01:00
|
|
|
|
|
|
|
|
|
button { height: 32px;}
|
|
|
|
|
|
2013-11-22 06:27:29 +01:00
|
|
|
|
|
|
|
|
|
// e.g. keine Benachrichtigung senden
|
|
|
|
|
label.et2_label {
|
2013-11-18 20:27:56 +01:00
|
|
|
|
.Complete_Button_input;
|
|
|
|
|
.border_normal;
|
|
|
|
|
.box_shadow_standard_light;
|
|
|
|
|
.color-100-gray;
|
|
|
|
|
.background-color-10-gray;
|
2013-11-22 06:27:29 +01:00
|
|
|
|
padding: 6px 5px 6px 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 0px;
|
2013-11-18 20:27:56 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// |