2013-11-15 18:09:58 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: CSS with less preprocessor
|
|
|
|
*
|
|
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
|
|
*
|
2014-02-12 09:10:11 +01:00
|
|
|
* TIMESHEET
|
|
|
|
*
|
2013-11-15 18:09:58 +01:00
|
|
|
* @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 timesheet
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
|
2014-01-17 09:10:46 +01:00
|
|
|
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
|
|
|
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
2013-11-15 18:09:58 +01:00
|
|
|
|
|
|
|
|
|
|
|
// iframe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#timesheet-index {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.nextmatch_header{
|
|
|
|
|
|
|
|
div.ui-helper-clearfix,
|
|
|
|
div.ui-helper-reset{
|
|
|
|
|
|
|
|
// rechte Box mit add
|
|
|
|
|
|
|
|
div.et2_hbox_right{
|
|
|
|
padding: 0 0em;
|
|
|
|
margin-right: 0em;
|
|
|
|
|
|
|
|
div.et2_box_widget{
|
|
|
|
.Complete_Button_add;
|
|
|
|
// .Complete_Button_text;
|
|
|
|
.border_radius_button_lefttop;
|
|
|
|
.box_shadow_standard_light;
|
|
|
|
height: 35px;
|
|
|
|
.infolog_headertext{color: #FFF !important;}
|
|
|
|
|
|
|
|
&:hover {.box_shadow_standard_light_hover;}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// rechte Box
|
|
|
|
#timesheet-index_timesheet-index-add{
|
2014-01-17 09:10:46 +01:00
|
|
|
|
|
|
|
button#timesheet-index_add{
|
|
|
|
.Complete_Button_add_only_plus;
|
|
|
|
background-color: @egw_color_2_a;
|
2014-02-12 09:10:11 +01:00
|
|
|
.dimension_height_m;
|
2014-01-17 09:10:46 +01:00
|
|
|
|
|
|
|
&:hover {.Complete_Button_add_only_plus_hover;}
|
|
|
|
&:active {background-color: @color_positive_action_active !important;}
|
|
|
|
|
|
|
|
}
|
2013-11-15 18:09:58 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Anzahl
|
|
|
|
span.header_count ui-corner-all{}
|
|
|
|
|
|
|
|
// Filter
|
|
|
|
div.filters{
|
|
|
|
|
|
|
|
|
|
|
|
// 1. Filter
|
|
|
|
#timesheet-index_filter{}
|
|
|
|
|
|
|
|
// 2. Filter
|
|
|
|
#timesheet-index_filter2{}
|
|
|
|
|
|
|
|
// Suchfeld
|
|
|
|
#timesheet-index_search{}
|
|
|
|
|
|
|
|
// Suchen Button
|
|
|
|
button{}
|
|
|
|
|
|
|
|
|
|
|
|
} // Ende Filter
|
|
|
|
|
|
|
|
table{}
|
|
|
|
|
|
|
|
|
|
|
|
button[id*="timesheet-index_favorite"]{
|
|
|
|
img {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
} //nextmatch_header
|
|
|
|
|
|
|
|
}
|
2013-11-27 08:21:32 +01:00
|
|
|
|
2014-02-12 09:10:11 +01:00
|
|
|
// Titel: in Bold
|
|
|
|
table.egwGridView_outer tbody td .et2_link {font-weight: bold;}
|
|
|
|
|
2014-02-18 09:11:14 +01:00
|
|
|
/*Details Bold*/
|
|
|
|
span.timesheet_titleDetails {font-weight: bold;}
|
2014-02-12 16:50:24 +01:00
|
|
|
|
2014-02-12 09:10:11 +01:00
|
|
|
|
|
|
|
|
|
|
|
// iframe
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*###########################################
|
|
|
|
# #
|
|
|
|
# dialog-header #
|
|
|
|
#############################################
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# dialog #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
#############################################
|
|
|
|
# #
|
|
|
|
# buttons #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
##############################################*/
|
2013-11-27 08:21:32 +01:00
|
|
|
// timesheet-edit
|
|
|
|
|
|
|
|
#timesheet-edit{
|
|
|
|
#timesheet-edit_tabs{
|
|
|
|
padding: 0 3px;
|
|
|
|
.et2_tabheader{
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-11-15 18:09:58 +01:00
|
|
|
//
|