Skip to content

Commit 61eda12

Browse files
committed
Update print.css
Added @media print for printing and .table-responsive {overflow: hidden;} to avoid table scrollbars.
1 parent 4b32c28 commit 61eda12

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed
Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 13px Arial, Helvetica,"Lucida Grande", serif; color: #000; width:auto}
1+
@media print {
2+
body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 13px Arial, Helvetica,"Lucida Grande", serif; color: #000; width:auto}
3+
4+
.content a:link:after, #content a:visited:after {
5+
content: "";
6+
}
7+
/*Remove Element*/
8+
#footer, .footer, .navbar, navbar-header, .nav, .navbar-nav, .navbar-right, #sidebar-nav, .btn, .btn-flat, .dataTables_length, .dataTables_filter, .paginate_button, .dataTables_info {display:none;}
9+
10+
.content {margin-left: 10px; border: 0px; width:auto}
11+
12+
.col-md-9, .col-md-3 { width: 100%; }
213

3-
.content a:link:after, #content a:visited:after {
4-
content: "";
5-
}
6-
/*Remove Element*/
7-
#footer, .footer, .navbar, navbar-header, .nav, .navbar-nav, .navbar-right, #sidebar-nav, .btn, .btn-flat, .dataTables_length, .dataTables_filter, .paginate_button, .dataTables_info {display:none;}
8-
9-
10-
.content {margin-left: 10px; border: 0px; width:auto}
11-
12-
.col-md-9, .col-md-3 { width: 100%; }
13-
14-
.header{ margin-bottom: 10px; }
14+
.table-responsive {overflow: hidden;}
15+
16+
.header{ margin-bottom: 10px; }
1517

18+
}

0 commit comments

Comments
 (0)