-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle.css
43 lines (39 loc) · 862 Bytes
/
style.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
.qv-object-xTableBox div.qv-object-content-container {
overflow: auto;
}
.qv-object-xTableBox .icon-large {
font-size: 2em;
}
.qv-object-xTableBox td {
border-top: 0px solid #fff;
border-bottom: 1px solid #f2f2f2;
border-right: 1px solid #f2f2f2;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
cursor: auto;
font-size: 12px;
padding-top: 0.3em;
padding-bottom: 0.3em;
}
.qv-object-xTableBox td.lastcol {
border-right: 1px solid #fff !important;
}
.qv-object-xTableBox th {
border-top: 0px solid #fff;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
cursor: auto;
font-size: 1em;
}
.qv-object-xTableBox td.numeric {
text-align: right;
}
.qv-object-xTableBox button {
width: 100%;
}