Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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