aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/css/serverPageTable.css
blob: 439aa157e4072559c696d844db828769edd1f0f2 (plain)
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
div.dataTables_length, div.dataTables_info {
    display: inline;
}
div.dataTables_paginate{
	display: inline;
	float: right;
}
div.dataTables_length label{
	font-weight:100;
}
table.dataTable tbody th, table.dataTable tbody td {
padding: 8px 10px;
}
.table-scrollable > .table-bordered > thead > tr:last-child > th, .table-scrollable > .table-bordered > tbody > tr:last-child > th, .table-scrollable > .table-bordered > tfoot > tr:last-child > th, .table-scrollable > .table-bordered > thead > tr:last-child > td, .table-scrollable > .table-bordered > tbody > tr:last-child > td, .table-scrollable > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
input.pagination-panel-input{
    width:50px;
}
input.pagination-panel-input{
    width:50px;
}
select[size]{
height:28px;
border-radius:3px;
}
.dataTables_length{
margin-top:15px;
}