forked from extern/egroupware
1095c6e5b9
- Fix description filed in edit dialogs for infolog and timesheet - Migrate mobile css classes for timesheet into mobile theme
57 lines
1.6 KiB
Plaintext
Executable File
57 lines
1.6 KiB
Plaintext
Executable File
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
*
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
*
|
|
* TIMESHEET
|
|
*
|
|
* @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$
|
|
*/
|
|
|
|
|
|
@import (reference) "../../../pixelegg/less/definitions.less";
|
|
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
|
@import (less) "../default/app.css";
|
|
|
|
/*###########################################
|
|
# #
|
|
# dialogHeader #
|
|
#############################################
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# dialog #
|
|
# #
|
|
# #
|
|
#############################################
|
|
# #
|
|
# buttons #
|
|
# #
|
|
# #
|
|
##############################################*/
|
|
// timesheet-edit
|
|
|
|
#timesheet-edit{
|
|
#timesheet-edit_tabs{
|
|
padding: 0 3px;
|
|
.et2_tabheader{
|
|
background: none;
|
|
}
|
|
}
|
|
// add # sign behind the ts_id
|
|
#timesheet-edit_ts_id:before { content:"#"}
|
|
}
|
|
#timesheet-edit_pm_id input{
|
|
width: 99% !important;
|
|
}
|
|
#timesheet-edit.et2_container
|
|
{
|
|
}
|
|
//
|