Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
31189 tejbeer 1
table.dataTable {
2
	clear: both;
3
	margin-top: 6px !important;
4
	margin-bottom: 6px !important;
5
	max-width: none !important;
6
	border-collapse: separate !important
7
}
8
 
9
table.dataTable td, table.dataTable th {
10
	-webkit-box-sizing: content-box;
11
	box-sizing: content-box
12
}
13
 
14
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty
15
	{
16
	text-align: center
17
}
18
 
19
table.dataTable.nowrap th, table.dataTable.nowrap td {
20
	white-space: nowrap
21
}
22
 
23
div.dataTables_wrapper div.dataTables_length label {
24
	font-weight: normal;
25
	text-align: left;
26
	white-space: nowrap
27
}
28
 
29
div.dataTables_wrapper div.dataTables_length select {
30
	width: 75px;
31
	display: inline-block
32
}
33
 
34
div.dataTables_wrapper div.dataTables_filter {
35
	text-align: right
36
}
37
 
38
div.dataTables_wrapper div.dataTables_filter label {
39
	font-weight: normal;
40
	white-space: nowrap;
41
	text-align: left
42
}
43
 
44
div.dataTables_wrapper div.dataTables_filter input {
45
	margin-left: 0.5em;
46
	display: inline-block;
47
	width: auto
48
}
49
 
50
div.dataTables_wrapper div.dataTables_info {
51
	padding-top: 8px;
52
	white-space: nowrap
53
}
54
 
55
div.dataTables_wrapper div.dataTables_paginate {
56
	margin: 0;
57
	white-space: nowrap;
58
	text-align: right
59
}
60
 
61
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
62
	margin: 2px 0;
63
	white-space: nowrap
64
}
65
 
66
div.dataTables_wrapper div.dataTables_processing {
67
	position: absolute;
68
	top: 50%;
69
	left: 50%;
70
	width: 200px;
71
	margin-left: -100px;
72
	margin-top: -26px;
73
	text-align: center;
74
	padding: 1em 0
75
}
76
 
77
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc,
78
	table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc,
79
	table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting
80
	{
81
	padding-right: 30px
82
}
83
 
84
table.dataTable thead>tr>th:active, table.dataTable thead>tr>td:active {
85
	outline: none
86
}
87
 
88
table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
89
	table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled,
90
	table.dataTable thead .sorting_desc_disabled {
91
	cursor: pointer;
92
	position: relative
93
}
94
 
95
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
96
	table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
97
	table.dataTable thead .sorting_desc_disabled:after {
98
	position: absolute;
99
	bottom: 8px;
100
	right: 8px;
101
	display: block;
102
	font-family: 'Glyphicons Halflings';
103
	opacity: 0.5
104
}
105
 
106
table.dataTable thead .sorting:after {
107
	opacity: 0.2;
108
	content: "\e150"
109
}
110
 
111
table.dataTable thead .sorting_asc:after {
112
	content: "\e155"
113
}
114
 
115
table.dataTable thead .sorting_desc:after {
116
	content: "\e156"
117
}
118
 
119
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after
120
	{
121
	color: #eee
122
}
123
 
124
div.dataTables_scrollHead table.dataTable {
125
	margin-bottom: 0 !important
126
}
127
 
128
div.dataTables_scrollBody>table {
129
	border-top: none;
130
	margin-top: 0 !important;
131
	margin-bottom: 0 !important
132
}
133
 
134
div.dataTables_scrollBody>table>thead .sorting:after, div.dataTables_scrollBody>table>thead .sorting_asc:after,
135
	div.dataTables_scrollBody>table>thead .sorting_desc:after {
136
	display: none
137
}
138
 
139
div.dataTables_scrollBody>table>tbody>tr:first-child>th, div.dataTables_scrollBody>table>tbody>tr:first-child>td
140
	{
141
	border-top: none
142
}
143
 
144
div.dataTables_scrollFoot>.dataTables_scrollFootInner {
145
	box-sizing: content-box
146
}
147
 
148
div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
149
	margin-top: 0 !important;
150
	border-top: none
151
}
152
 
153
@media screen and (max-width: 767px) {
154
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter,
155
		div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate
156
		{
157
		text-align: center
158
	}
159
}
160
 
161
table.dataTable.table-condensed>thead>tr>th {
162
	padding-right: 20px
163
}
164
 
165
table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after,
166
	table.dataTable.table-condensed .sorting_desc:after {
167
	top: 6px;
168
	right: 6px
169
}
170
 
171
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
172
	border-left-width: 0
173
}
174
 
175
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
176
	table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child
177
	{
178
	border-right-width: 0
179
}
180
 
181
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td
182
	{
183
	border-bottom-width: 0
184
}
185
 
186
div.dataTables_scrollHead table.table-bordered {
187
	border-bottom-width: 0
188
}
189
 
190
div.table-responsive>div.dataTables_wrapper>div.row {
191
	margin: 0
192
}
193
 
194
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child
195
	{
196
	padding-left: 0
197
}
198
 
199
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child
200
	{
201
	padding-right: 0
202
}