Browse Source

Added print styles for overviews and dashboard.

Martin Edenhofer 9 years ago
parent
commit
489544995c
1 changed files with 32 additions and 2 deletions
  1. 32 2
      app/assets/stylesheets/print.scss

+ 32 - 2
app/assets/stylesheets/print.scss

@@ -1,10 +1,40 @@
 #app > *:not(.content):not(.active),
 #app > .hide,
-.icon,
-.avatar {
+#app .icon,
+#app .btn,
+#app .avatar {
   display: none;
 }
 
+#app .table {
+  margin: 1em 0;
+  border: 1px solid;
+  padding: 1em;
+}
+
+/*
+
+  Dashboard
+  =========
+
+*/
+
+#app .dashboard + .sidebar {
+  display: none;
+}
+
+/*
+
+  Ticket Overviews
+  =================
+
+*/
+
+#app .bulkAction,
+#app .overviews .checkbox-replacement,
+#app .overviews .overview-header {
+  display: none;
+}
 
 /*