Files
tms/extensions/ki_export/css/setup.css.php
TMS eb299c9131 Initial commit: Kimai TMS
Kimai time management system (PHP 5.6 / MySQL) with custom extensions:
- Budget tracking (ki_budget)
- Change request form (ki_changerequest)
- Invoice generation (ki_invoice)
- Expense tracking (ki_expenses)
- Flexi time (ki_flexitime)
- Export, admin panel, timesheets, tasks, summary

Database: ~900K time entries, 2,000+ users, 439 projects.
Config: includes/autoconf.php — localhost/kimai/kimai
2026-06-18 21:20:26 +00:00

55 lines
893 B
PHP

<?php
header('Content-type: text/css');
$table_header = "../../../skins/standard/grfx/g3_table_header.png";
?>
#xp {
border:1px solid black;
margin:0;
padding:0;
background-color:#eee;
position:absolute;
overflow:auto;
left:10px;
}
#xp {
top:200px;
z-index:2;
}
#xp_head {
border:1px solid black;
border-bottom:none;
background-image: url('<?php echo $table_header; ?>');
position:absolute;
height:25px;
text-align:left;
color:#FFF;
left:10px;
font-size:11px;
font-weight:bold;
}
#xp_head { top:175px; }
#xp_head table { border:none; }
#xp_head td {
font-weight:bold;
color:white;
}
.xp_time_help_table {
border-collapse:collapse;
}
.xp_time_description {
border-bottom:1px solid gray;
}
.xp_time_shortcut {
font-weight:bold;
border-bottom:1px solid gray;
padding-right:10px;
}