blob: 0956f4e7a0d89dbf0fd1a181cff7f07b789e488e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
.loghours label, .timesheet label
{
font-size: 0.9em;
}
.loghours div, .timesheet div
{
margin-bottom: 0.7em;
}
.loghours .category select,
.loghours .project select,
.loghours .description textarea
{
width: 14em;
}
.loghours .description textarea
{
width: 95%;
height: 4em;
}
.loghours .hours input
{
width: 4em;
font-weight: bold;
text-align: center;
}
.loghours .project, .loghours .category, .loghours .day
{
width: 12em;
float: left;
}
.loghours .addEntry input
{
margin-top: 1em;
padding: 0.15em 2.5em;
}
.sheetfor
{
width: 15em;
}
|