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
29 lines
508 B
CSS
29 lines
508 B
CSS
fieldset.ap_ext_advanced {
|
|
border:none;
|
|
}
|
|
|
|
fieldset.ap_ext_advanced div {
|
|
border-bottom:1px dotted #666;
|
|
padding: 5px 0;
|
|
}
|
|
|
|
fieldset.ap_ext_advanced div#formbuttons {
|
|
border-bottom:none;
|
|
padding: 5px 0;
|
|
}
|
|
|
|
#ap_ext_output {
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
height:27px;
|
|
width:100%;
|
|
border: 1px solid black;
|
|
border-bottom: 2px solid black;
|
|
background:green;
|
|
display:none;
|
|
padding:10px;
|
|
text-align:center;
|
|
color:white;
|
|
font-weight:bold;
|
|
} |