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-07-16 13:33:40 +02:00
|
|
|
@import (reference) "../../../pixelegg/less/definitions.less";
|
2015-12-07 19:41:19 +01:00
|
|
|
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
2014-07-16 13:33:40 +02:00
|
|
|
@import (less) "../default/app.css";
|
2013-11-15 18:09:58 +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{
|
|
|
|
#timesheet-edit_tabs{
|
|
|
|
padding: 0 3px;
|
|
|
|
.et2_tabheader{
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
}
|
2014-03-17 13:30:13 +01:00
|
|
|
// add # sign behind the ts_id
|
|
|
|
#timesheet-edit_ts_id:before { content:"#"}
|
|
|
|
}
|
|
|
|
#timesheet-edit_pm_id input{
|
|
|
|
width: 99% !important;
|
|
|
|
}
|
2015-02-04 09:35:40 +01:00
|
|
|
#timesheet-edit.et2_container
|
2014-03-17 13:30:13 +01:00
|
|
|
{
|
2013-11-27 08:21:32 +01:00
|
|
|
}
|
2015-12-07 19:41:19 +01:00
|
|
|
//
|