Browse Source

Add admin section css

andryyy 8 years ago
parent
commit
cc29cfa0d7
1 changed files with 13 additions and 0 deletions
  1. 13 0
      data/web/css/admin.css

+ 13 - 0
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;
+}