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/edit.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: visible !important;
9
}
10
@media screen and (max-width: 767px) {
11
.table-responsive {
12
overflow-x: scroll !important;
13
}
14
}
15
.footer-add-item {
16
display:block;
17
text-align: center;
18
font-style: italic;
19
padding: 10px;
20
background: #F5F5F5;
21
}
22
.mass-actions-user {
23
user-select: none;
24
}
25
.inputMissingAttr {
26
border-color: #FF4136;
27
}
28
.rotate {
29
-moz-transition: all 0.3s linear;
30
-webkit-transition: all 0.3s linear;
31
transition: all 0.3s linear;
32
}
33
.rotate.animation {
34
-ms-transform:rotateX(180deg);
35
-moz-transform:rotateX(180deg);
36
-webkit-transform:rotateX(180deg);
37
transform:rotateX(180deg);
38
}
39
#sender_acl_disabled {
40
display:none;
41
margin-top:10px;
42
}