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/site/mailbox.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
.pagination a {
2
text-decoration: none !important;
3
}
4
.panel.panel-default {
5
overflow: visible !important;
6
}
7
.table-responsive {
8
overflow: inherit !important;
9
}
10
.table-responsive {
11
overflow-x: scroll !important;
12
}
13
.btn-group {
14
width: max-content;
15
}
16
.footer-add-item {
17
display:block;
18
text-align: center;
19
font-style: italic;
20
padding: 10px;
21
background: #F5F5F5;
22
}
23
@media (min-width: 992px) {
24
.container {
25
width: 100%;
26
}
27
}
28
@media (min-width: 1920px) {
29
.container {
30
width: 80%;
31
}
32
}
33
.mass-actions-mailbox {
34
user-select: none;
35
}
36
.inputMissingAttr {
37
border-color: #FF4136;
38
}
39
.dns-found {
40
max-width: 300px;
41
word-break: break-all;
42
}
43
.dns-recommended {
44
max-width: 150px;
45
word-break: break-all;
46
}
47
.table-lines {
48
vertical-align: inherit;
49
}
50
#logText {
51
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
52
font-size:smaller;
53
}
54
table tbody tr {
55
cursor: pointer;
56
}
57
table tbody tr td input[type="checkbox"] {
58
cursor: pointer;
59
}
60
.label-last-login .bi {
61
font-size: 8pt !important;
62
}
63
.label-last-login {
64
line-height: 2.2;
65
color: #4a4a4a!important;
66
padding: .2em .4em .3em !important;
67
background-color: #ececec!important;
68
}
69
.badge.bg-info .bi {
70
font-size: inherit;
71
}