-
Notifications
You must be signed in to change notification settings - Fork 3
/
jquery.appendGrid-1.4.1.css
97 lines (97 loc) · 1.71 KB
/
jquery.appendGrid-1.4.1.css
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
85
86
87
88
89
90
91
92
93
94
95
96
97
/*!
* jQuery appendGrid v1.4.1
* https://appendgrid.apphb.com/
*
* Copyright 2014 Albert L.
* Dual licensed under the LGPL (http://www.gnu.org/licenses/lgpl.html)
* and MIT (http://www.opensource.org/licenses/mit-license.php) licenses.
*
* Depends:
* jQuery v1.9.1+
* jquery UI v1.10.2+
*/
.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
{
text-align: center;
vertical-align: middle;
min-width: 32px;
}
.appendGrid tbody td.last
{
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.appendGrid tbody td.last button
{
min-height: 20px;
margin: 1px;
}
.appendGrid tbody td.last button.insert, .appendGrid tbody td.last button.remove, .appendGrid tbody td.last button.moveUp, .appendGrid tbody td.last button.moveDown
{
height: 20px;
width: 20px;
}
.appendGrid tbody td.last div.rowDrag
{
display: inline-block;
vertical-align: middle;
width: 18px;
height: 18px;
margin: 1px;
}
.appendGrid tfoot button
{
min-height: 24px;
min-width: 28px;
}
.appendGrid tfoot button.append, .appendGrid tfoot button.removeLast
{
height: 24px;
min-width: 28px;
}
.appendGrid input.double
{
text-align: right;
}
.appendGrid tbody tr.empty td
{
text-align: center;
}
.appendGrid td.invisible
{
display: none;
}
.appendGrid thead td.resizable
{
}