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

Add admin section css

cc29cfa0
andryyy <[email protected]> 9 years ago
data/web/css/admin.css | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 data/web/css/admin.css

Diff

diff --git a/data/web/css/admin.css b/data/web/css/admin.css
new file mode 100644
index 00000000..61f23763
--- /dev/null
+++ b/data/web/css/admin.css
@@ -0,0 +1,13 @@
+table.footable>tbody>tr.footable-empty>td {
+  font-size:15px !important;
+  font-style:italic;
+}
+.pagination a {
+  text-decoration: none !important;
+}
+.panel panel-default {
+  overflow: visible !important;
+}
+.table-responsive {
+  overflow: visible !important;
+}
\ No newline at end of file