-
Notifications
You must be signed in to change notification settings - Fork 1
/
_table.less
138 lines (116 loc) · 1.92 KB
/
_table.less
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
.my-data-table button{
border: 0;
background: none;
/** belows styles are working good */
padding: 2px 5px;
margin-top: 2px;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.table > thead > tr > th
{
font-size: 80%;
}
.table > thead > tr > th._3
{
width: 4.5em;
}
.table > thead > tr > th._2
{
width: 9.5em;
}
.table > thead > tr > th._4
{
width: 7em;
}
.table > tbody > tr > td
{
font-size: 80%;
}
#legal-table thead > tr
{
background: @gov-color;
}
#media-table thead > tr
{
background: @media-color;
}
.sorted
{
color: @default-bg;
}
.inlinebar
{
height: 5px;
background: @relations-bar-background;
}
.percent
{
/* margin-left: 50%; position: relative; */
}
.positiv
{
background: @trend-color-positiv;
}
.negativ
{
background: @trend-color-negativ;
}
.inlinesparkline
{
height: 15px;
margin: 0 0 0 auto;
// display: inline-block;
}
.inlinesparkline .sparklinecontainer
{
float: left;
height: 100%;
margin-left: 1px;
position: relative;
display: inline;
}
.inlinesparkline .sparklinecontainer div
{
min-height: 1px;
background: @sparkline-bar-background;
bottom: 0px;
position: absolute;
width: 100%;
}
.inlinesparkline .sparklinecontainer .sparklinenull
{
background: @sparkline-null-background;
}
.inlinesparkline .sparklinecontainer .selected
{
background: @euro-sum-color-strong;
}
.inlinesparkline .sparklinecontainer .deselected
{
background: @euro-sum-color-light;
}
.dc-table-row-filtered
{
background: @filtered-table-row-background;
}
.dc-table-row-combined:after
{
font-family: 'Glyphicons Halflings';
content: @combine-glyph-unicode;
color: @combined-table-row-color;
padding-top: 1em;
padding-left: 0.5em;
position: absolute;
}
.paging
{
font-size: 80%;
}
.paging .btn {
margin-left: 2px;
margin-right: 2px;
}