public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/css/build/013-datatables.css
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
.dataTables_info {
2
margin: 15px 0 !important;
3
padding: 0px !important;
4
}
5
.dataTables_paginate, .dataTables_length, .dataTables_filter {
6
margin: 15px 0 !important;
7
}
8
.dtr-details {
9
width: 100%;
10
}
11
td.child>ul>li {
12
display: flex;
13
}
14
table.dataTable>tbody>tr.child ul.dtr-details>li {
15
border-bottom: 1px solid rgba(0, 0, 0, 0.129);
16
padding: 0.5em 0;
17
}
18
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before:hover,
19
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before:hover {
20
background-color: #5e5e5e;
21
}
22
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
23
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before,
24
table.dataTable td.dt-control:before {
25
background-color: #979797 !important;
26
border: 1.5px solid #616161 !important;
27
border-radius: 2px !important;
28
color: #fff;
29
height: 1em;
30
width: 1em;
31
line-height: 1.25em;
32
border-radius: 0px;
33
box-shadow: none;
34
font-size: 14px;
35
transition: 0.5s all;
36
}
37
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
38
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before,
39
table.dataTable td.dt-control:before {
40
background-color: #979797 !important;
41
}
42
table.dataTable.table-striped>tbody>tr>td {
43
vertical-align: middle;
44
}
45
table.dataTable.table-striped>tbody>tr>td>input[type="checkbox"] {
46
margin-top: 7px;
47
}
48
td.dtr-col-lg {
49
min-width: 350px;
50
word-break: break-word;
51
}
52
td.dtr-col-md {
53
min-width: 250px;
54
word-break: break-word;
55
}
56
td.dtr-col-sm {
57
min-width: 125px;
58
word-break: break-word;
59
}
60
.dt-data-w100 .dtr-data {
61
width: 100%;
62
}
63
li .dtr-data {
64
word-break: break-all;
65
flex: 1;
66
padding-left: 5px;
67
padding-right: 5px;
68
}
69
table.dataTable>tbody>tr.child span.dtr-title {
70
width: 30%;
71
max-width: 250px;
72
}
75
div.dataTables_wrapper div.dataTables_filter {
76
text-align: left;
77
}
78
div.dataTables_wrapper div.dataTables_length {
79
text-align: right;
80
}
81
.dataTables_paginate, .dataTables_length, .dataTables_filter {
82
margin: 10px 0!important;
83
}
85
td.dt-text-right {
86
text-align: end !important;
87
}
88
th.dt-text-right {
89
text-align: end !important;
90
}