-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4data.css
More file actions
84 lines (75 loc) · 1.13 KB
/
Copy path4data.css
File metadata and controls
84 lines (75 loc) · 1.13 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
body {
width: 98%;
font-size: 1em;
margin: 2px;
}
.modalhead {background-color:#79b7e7; }
#employeeselect_div {
left: 0px;
top: 0px;
width: 98%;
}
#reports_div {
left: 0px;
top:60px;
}
#jobList {
z-index: 9999;
}
#job_desc_list, #hours_list, #pay_meth_list {
font-size: 0.9em;
background-color: #DDD;
}
#timecard_div {
left: 0px;
width: 98%;
top: 0px;
min-height: 300px;
}
.selection tr.hover {
background-color: #EAF2FB;
white-space: nowrap;
}
.selection td {
padding: 5px;
white-space: nowrap;
}
.leftborder {
border-left: 1px solid #ccc;
}
.selection tr {
/*margin: -3px;*/
}
.selection {
position:relative;
background-color:white;
border:2px solid #ccc;
margin:0px;
margin-top:10px;
padding:0px;
font-size:0.8em;
text-align:left;
max-height:200px;
overflow:auto;
white-space: nowrap;
}
#timecard_body {
border: 1px solid;
margin: 10px;
height: 80%;
}
.ui-jqgrid tr.jqgrow td {
height: 25px;
padding: 2px 2px 2px 2px;
}
#timecard_body p {
margin:0px 0px 5px;
}
#employeeMultiSelect {
width: 85%;
margin: 10px;
height: 300px;
}
tr.ui-state-highlight td {
background-color: yellow;
}