forked from hkalbertl/jquery.appendGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjquery.appendGrid-1.2.0.css
More file actions
58 lines (58 loc) · 924 Bytes
/
jquery.appendGrid-1.2.0.css
File metadata and controls
58 lines (58 loc) · 924 Bytes
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
.appendGrid
{
border-collapse: collapse;
}
.appendGrid td
{
padding: 1px;
}
.appendGrid thead td
{
padding-top: 4px;
padding-bottom: 4px;
white-space: nowrap;
}
.appendGrid thead td.caption
{
padding: 4px;
font-weight: bold;
}
.appendGrid tbody input[type=text]
{
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.appendGrid tbody td
{
white-space: nowrap;
}
.appendGrid tbody td.first, .appendGrid tbody td.last
{
text-align: center;
vertical-align: middle;
}
.appendGrid tbody td.last button
{
width: 20px;
height: 20px;
margin: 1px;
}
.appendGrid tbody td.last div.rowDrag
{
display: inline-block;
vertical-align: middle;
width: 18px;
height: 18px;
margin: 1px;
}
.appendGrid tfoot button
{
height: 24px;
width: 28px;
}
.appendGrid input.double
{
text-align: right;
}