egroupware_official/pixelegg/less/layout_dialog.less

193 lines
4.4 KiB
Plaintext
Raw Normal View History

2013-11-18 20:27:56 +01:00
/**
* EGroupware: Stylite Pixelegg template
*
* dialog
2013-11-25 04:16:41 +01:00
* define every dialog box in egw
* even popup or jquery
2013-11-18 20:27:56 +01:00
*
* 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-25 04:16:41 +01:00
// Dialoge Allgemeine Definition
div.et2_container {
// .background-color-25-gray;
padding: 0;
div{
table.et2_grid {
// .background-color-5-gray;
tbody {
tr {
// Select + Inputfelder
.row {
td {
.et2_box_widget {
select{
height: 20px;
padding: 0;
margin: 0px;
font-size: 0.95em;
}
input {
height: 20px;
padding: 0;
margin: 4px 4px 4px 5px;;
font-size: 0.95em;
.border-radius (3px, 3px ,3px ,3px );
}
input.hasDatepicker:hover {background-image: url( "../images/datepopup.png")}
}
}
}
2013-11-22 06:27:29 +01:00
2013-11-25 04:16:41 +01:00
td{
2013-11-22 06:27:29 +01:00
2013-11-25 04:16:41 +01:00
// Tabs
.et2_tabbox{
2013-11-18 20:27:56 +01:00
2013-11-25 04:16:41 +01:00
.et2_tabheader {}
.et2_tabs {
table.et2_grid {.background-color-0-gray;}
}
}
}
}
}
}
}
}
// high = more padding
.high {
border-top: 5px solid @gray-10;
border-bottom: 5px solid @gray-10 !important;
}
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;
2013-11-25 04:16:41 +01:00
.th {background-color: @egw_color_2_a !important; }
2013-12-08 22:36:30 +01:00
td {padding: 0px;}
2013-11-18 20:27:56 +01:00
table.et2_grid {border-top: none;}
2013-12-08 22:36:30 +01:00
.et2_label {.color-0-gray; vertical-align: bottom;}
2013-11-18 20:27:56 +01:00
}
/*Main*/
2013-11-25 04:16:41 +01:00
// Terminsuche
.dialog-main-timeframe {
div {min-height: 100px;}
}
2013-11-18 20:27:56 +01:00
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-25 04:16:41 +01:00
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;
2013-11-25 04:16:41 +01:00
/* position: relative;
top: 11px;*/
2013-11-18 20:27:56 +01:00
}
}
2013-11-20 09:41:08 +01:00
2013-11-25 04:16:41 +01:00
//
//
//