Added print styles for overviews and dashboard.

This commit is contained in:
Martin Edenhofer 2016-03-14 09:15:24 +01:00
parent 4bf9be2332
commit 489544995c

View file

@ -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;
}
/*