NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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

Commit

[web] fixes unclickable 'access' tab in mobile

ae4d6d58
Phoenix Eve Aspacio <[email protected]> 8 years ago
data/web/css/admin.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Diff

diff --git a/data/web/css/admin.css b/data/web/css/admin.css
index eb6b64f8..5f4f7c0e 100644
--- a/data/web/css/admin.css
+++ b/data/web/css/admin.css
@@ -56,4 +56,7 @@ body.modal-open {
 .thumbnail img {
   min-height:100px;
   height:100px;
-}
\ No newline at end of file
+}
+.nav-tabs>li>a {
+  z-index: 1;
+}