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
This commit is contained in:
50
extensions/ki_changerequest/css/demo.css.php
Normal file
50
extensions/ki_changerequest/css/demo.css.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
header('Content-type: text/css');
|
||||
$table_header = "../../../skins/standard/grfx/g3_table_header.png";
|
||||
?>
|
||||
|
||||
#changerequest_ext_wrap {
|
||||
border:1px solid #000;
|
||||
border-top:none;
|
||||
|
||||
width: 98%;
|
||||
left: 1%;
|
||||
position:absolute;
|
||||
overflow:hidden;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
#changerequest_ext {
|
||||
padding:10px;
|
||||
|
||||
background-color: #eee;
|
||||
color:#000;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
|
||||
#changerequest_ext_header {
|
||||
background-image: url('<?php echo $table_header; ?>');
|
||||
border:1px solid #000;
|
||||
color:#fff;
|
||||
padding:5px 10px;
|
||||
height:20px;
|
||||
overflow:hidden;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
#changerequest_ext_advanced {
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
#changerequest_timespan {
|
||||
padding: 20px 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#changerequest_screenshot
|
||||
{
|
||||
float:left;
|
||||
margin-right:10px;
|
||||
}
|
||||
Reference in New Issue
Block a user