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:
45
skins/standard/timespace.css
Normal file
45
skins/standard/timespace.css
Normal file
@@ -0,0 +1,45 @@
|
||||
#display {
|
||||
background:url("grfx/g3_display.png") no-repeat;
|
||||
color: #51534a;
|
||||
position:relative;
|
||||
margin:0;
|
||||
margin-left:-157px;
|
||||
top:10px;
|
||||
left:50%;
|
||||
width:314px;
|
||||
height:69px;
|
||||
}
|
||||
|
||||
#display a,
|
||||
#display a:visited
|
||||
{
|
||||
color: #51534a;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#display a:hover
|
||||
{
|
||||
background-color:#F7E8B8;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#dates {
|
||||
font-family:arial,sans-serif;
|
||||
font-size:24px;
|
||||
width:314px;
|
||||
height:30px;
|
||||
padding-top:10px;
|
||||
padding-bottom:0;
|
||||
text-align:center;
|
||||
|
||||
}
|
||||
|
||||
#infos {
|
||||
width:314px;
|
||||
height:30px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.datewarning {
|
||||
background:url("grfx/timespace_warn.gif") repeat-x 0 23px;
|
||||
}
|
||||
Reference in New Issue
Block a user