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-02-18 09:11:14 +01:00
|
|
|
#timesheet-index {
|
|
|
|
/*Details Bold*/
|
|
|
|
}
|
2014-02-19 09:21:01 +01:00
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-clearfix,
|
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-reset {
|
|
|
|
height: 0px;
|
|
|
|
}
|
2013-11-15 18:09:58 +01:00
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right,
|
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-reset div.et2_hbox_right {
|
|
|
|
padding: 0 0em;
|
|
|
|
margin-right: 0em;
|
|
|
|
}
|
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget,
|
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget {
|
|
|
|
color: #FFF;
|
|
|
|
text-shadow: none;
|
2014-02-12 09:10:11 +01:00
|
|
|
height: 24px;
|
2014-01-17 09:10:46 +01:00
|
|
|
/* height: auto;*/
|
2013-11-15 18:09:58 +01:00
|
|
|
background-image: none !important;
|
2014-01-17 09:10:46 +01:00
|
|
|
/*.border_radius_button_lefttop;*/
|
2013-11-15 18:09:58 +01:00
|
|
|
-webkit-border-radius: 3px;
|
2014-01-17 09:10:46 +01:00
|
|
|
-webkit-border-top-left-radius: 10px;
|
2013-11-15 18:09:58 +01:00
|
|
|
-moz-border-radius: 3px;
|
2014-01-17 09:10:46 +01:00
|
|
|
-moz-border-radius-topleft: 10px;
|
2013-11-15 18:09:58 +01:00
|
|
|
border-radius: 3px;
|
2014-01-17 09:10:46 +01:00
|
|
|
border-top-left-radius: 10px;
|
|
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
|
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
2013-11-15 18:09:58 +01:00
|
|
|
height: 35px;
|
|
|
|
}
|
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:before,
|
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:before {
|
|
|
|
content: "+";
|
2014-01-17 09:10:46 +01:00
|
|
|
font-size: 1.5em;
|
2013-11-15 18:09:58 +01:00
|
|
|
color: #ffc200;
|
2014-01-17 09:10:46 +01:00
|
|
|
line-height: 1.1em;
|
2013-11-15 18:09:58 +01:00
|
|
|
}
|
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget .infolog_headertext,
|
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget .infolog_headertext {
|
|
|
|
color: #FFF !important;
|
|
|
|
}
|
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:hover,
|
|
|
|
#timesheet-index .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:hover {
|
2014-01-17 09:10:46 +01:00
|
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
|
|
}
|
|
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add {
|
2014-02-19 09:21:01 +01:00
|
|
|
width: 32px;
|
|
|
|
border: 1px solid #0C5DA5;
|
2014-03-13 19:10:34 +01:00
|
|
|
margin: 6px 2px;
|
2014-01-17 09:10:46 +01:00
|
|
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
2014-02-12 09:10:11 +01:00
|
|
|
padding: -0.5em;
|
2014-02-19 09:21:01 +01:00
|
|
|
background-color: #e6e6e6 !important;
|
|
|
|
background-size: 16px 16px;
|
2014-02-12 09:10:11 +01:00
|
|
|
height: 24px;
|
2014-01-17 09:10:46 +01:00
|
|
|
}
|
|
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:before {
|
2014-02-12 09:10:11 +01:00
|
|
|
content: "";
|
2014-01-17 09:10:46 +01:00
|
|
|
font-size: 2em;
|
2014-02-19 09:21:01 +01:00
|
|
|
color: #0c5da5;
|
2014-01-17 09:10:46 +01:00
|
|
|
line-height: 0.6em;
|
|
|
|
padding-left: 0.1em;
|
|
|
|
padding-right: 4em;
|
|
|
|
}
|
|
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:active {
|
|
|
|
background-color: #1aa200;
|
|
|
|
}
|
|
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:hover {
|
|
|
|
background-color: #66a1d2 !important;
|
|
|
|
color: #ffc200;
|
|
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 10px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-moz-border-radius-topleft: 10px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border-top-left-radius: 10px;
|
|
|
|
}
|
|
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:active {
|
|
|
|
background-color: #1aa200 !important;
|
2013-11-15 18:09:58 +01:00
|
|
|
}
|
|
|
|
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button[id*="timesheet-index_favorite"] img {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
2014-02-19 09:21:01 +01:00
|
|
|
#timesheet-index .nextmatch_header span.header_count {
|
|
|
|
margin: 3px 4px 0 6px;
|
|
|
|
}
|
2014-03-13 19:10:34 +01:00
|
|
|
#timesheet-index div#timesheet-index_favorite_wrapper {
|
|
|
|
top: -5px;
|
|
|
|
right: 6px;
|
|
|
|
}
|
2014-02-12 09:10:11 +01:00
|
|
|
#timesheet-index table.egwGridView_outer tbody td .et2_link {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-02-18 09:11:14 +01:00
|
|
|
#timesheet-index span.timesheet_titleDetails {
|
|
|
|
font-weight: bold;
|
2014-02-12 16:50:24 +01:00
|
|
|
}
|
2014-02-12 09:10:11 +01:00
|
|
|
/*###########################################
|
|
|
|
# #
|
2014-03-13 19:10:34 +01:00
|
|
|
# dialogHeader #
|
2014-02-12 09:10:11 +01:00
|
|
|
#############################################
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# dialog #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
#############################################
|
|
|
|
# #
|
|
|
|
# buttons #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
##############################################*/
|
2013-11-27 08:21:32 +01:00
|
|
|
#timesheet-edit #timesheet-edit_tabs {
|
|
|
|
padding: 0 3px;
|
|
|
|
}
|
|
|
|
#timesheet-edit #timesheet-edit_tabs .et2_tabheader {
|
|
|
|
background: none;
|
|
|
|
}
|