Skip to content

Commit

Permalink
Add print style (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Nov 15, 2018
1 parent 71c89c3 commit 53439a7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions htdocs/css/print.css
@@ -0,0 +1,20 @@
#content {
padding: 0px;
}

#content h3 {
display: none;
}

#controls, #display, #export {
display: none!important;
}

#entity-list button {
display: none;
}

#footer, #footer a, #footer a:visited {
color: gray;
background-color: white;
}
1 change: 1 addition & 0 deletions htdocs/index.html
Expand Up @@ -34,6 +34,7 @@
<link rel="stylesheet" type="text/css" href="vendor/jquery-ui/jquery-ui.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/sprites.css" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />

<!-- jQuery -->
<script type="text/javascript" src="vendor/jquery/jquery-2.1.3.min.js"></script>
Expand Down

0 comments on commit 53439a7

Please sign in to comment.