8235670: Javadoc pages not printing correctly in some browsers
Reviewed-by: jjg, prappo
This commit is contained in:
parent
a1b0802caf
commit
9b1498c20e
@ -124,6 +124,7 @@ button {
|
||||
/*
|
||||
* Styles for navigation bar.
|
||||
*/
|
||||
@media screen {
|
||||
.flexBox {
|
||||
position:fixed;
|
||||
display:flex;
|
||||
@ -138,6 +139,7 @@ button {
|
||||
flex: 1 1 auto;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
.topNav {
|
||||
background-color:#4D7A97;
|
||||
color:#FFFFFF;
|
||||
@ -226,6 +228,14 @@ ul.subNavList li {
|
||||
left:-9999px;
|
||||
overflow:hidden;
|
||||
}
|
||||
/*
|
||||
* Hide navigation links and search box in print layout
|
||||
*/
|
||||
@media print {
|
||||
ul.navList, div.subNav {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
/*
|
||||
* Styles for page header and footer.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user