aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverpagetable.css
blob: 3385583ed2043a6218748c48ffa5f99ecc6f5e3e (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
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
td.details-control {
    background: url('images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('images/details_close.png') no-repeat center center;
}

.details table td {
    word-wrap: break-word;
    word-break: normal;
    border-top: 1px solid #dddddd;
}

.details table tr:first-child td {
    border-top: none;
}

.details table {
    table-layout: fixed;
    width: 100%;
}

td.title {
    width: 10%;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}

div.dataTables_length, div.dataTables_info {
    display: inline;
}

div.dataTables_paginate {
    display: inline;
    float: right;
}

div.pagination-panel {
    margin-right: 10px;
}

input.pagination-panel-input {
    width: 50px;
}

table {
    width: 100% !important;
}

label {
    font-weight: 100;
}

div.dataTables_length, div.dataTables_info {
    display: inline;
}

.dataTables_wrapper select {
    border-width: 1px;
    padding: 4px 1px;
    border-radius: 4px;
}

input.pagination-panel-input{
    width:50px;
}