egroupware/timesheet/templates/pixelegg/app.css

76 lines
2.0 KiB
CSS
Raw Normal View History

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
/**
* Styles for etemplate2 widgets
*
* @version: $Id$
*/
/* Header classes*/
tr.dialogHeader td,
tr.dialogHeader2 td,
tr.dialogHeader3 td,
tr.dialogHeader4 td,
tr.dialogOperators td,
.dialogFooterToolbar {
padding: 5px 0 5px 0;
vertical-align: middle;
}
.timesheet_titleSum,
.timesheet_titleDetails {
font-weight: bold;
}
/* add # sign behind the ts_id */
#timesheet-edit_ts_id:before {
content: "#";
}
/* make the modifier inline*/
.timesheet_modifier label {
display: inline-block;
float: right;
}
.timesheet_modifier ul {
display: inline-block;
float: left;
}
2014-02-12 09:10:11 +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;
}
#timesheet-edit #timesheet-edit_ts_id:before {
content: "#";
}
#timesheet-edit_pm_id input {
width: 99% !important;
}