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
45 lines
687 B
CSS
45 lines
687 B
CSS
#selector {
|
|
background: url("grfx/g3_buzzer_display.png") no-repeat;
|
|
color:#51534A;
|
|
overflow:hidden;
|
|
width:224px;
|
|
height:69px;
|
|
display:block;
|
|
position:absolute;
|
|
top:11px;
|
|
right:95px;
|
|
font-size:11px;
|
|
z-index:20;
|
|
|
|
}
|
|
|
|
#selector .preselection {
|
|
width:205px;
|
|
height:52px;
|
|
padding:7px 10px 0 ;
|
|
overflow:hidden;
|
|
line-height:13px;
|
|
}
|
|
|
|
#selector span.selection {
|
|
overflow:hidden;
|
|
width:190px;
|
|
height:13px;
|
|
display:block;
|
|
float:left;
|
|
padding-left:2px;
|
|
|
|
}
|
|
|
|
#selector span.none {
|
|
color:red;
|
|
}
|
|
|
|
#selector strong.short {
|
|
color:#BEBDB3;
|
|
display:block;
|
|
float:left;
|
|
width:13px;
|
|
height:13px;
|
|
}
|