diff options
Diffstat (limited to 'themes/clouds/print.css')
| -rw-r--r-- | themes/clouds/print.css | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/themes/clouds/print.css b/themes/clouds/print.css index f205897b2f..21c8e47320 100644 --- a/themes/clouds/print.css +++ b/themes/clouds/print.css @@ -30,43 +30,6 @@ /*-- Clouds style --*/ #toplinks, #header select, #header input, #footer select, #backprint, #sidebar { display:none; } -/*-- pedigree chart specific stylesheets --*/ -#pedigree_chart { - position: absolute; - top: 0px; - left: 0px; -} -/*-- pedigree chart rtl specific stylesheets --*/ -html[dir='rtl'] #pedigree_chart { - position: absolute; - float: right; - top: 0px; - right: 0px; -} -/*-- descendancy chart specific stylesheets --*/ -#descendancy_chart ul { - list-style: none; - margin: 0px 0px 5px 15px; /* top right bottom left */ - padding: 0px 0px 0px 0px; /* top right bottom left */ - border-left: thin solid #9CA3D4; -} -#descendancy_chart li { - list-style: none; - margin: 0px 0px 2px -16px; /* top right bottom left */ - padding: 0px 0px 0px 0px; /* top right bottom left */ -} -/*-- descendancy chart rtl specific stylesheets --*/ -#descendancy_chart_rtl ul { - margin: 0px 15px 5px 0px; /* top right bottom left */ - padding: 0px 0px 0px 0px; /* top right bottom left */ - border-right: thin solid #9CA3D4; -} -#descendancy_chart_rtl li { - list-style: none; - margin: 0px -18px 2px 0px; /* top right bottom left */ - padding: 0px 2px 0px 0px; /* top right bottom left */ -} - #header, #footer, .noprint {display:none !important;} form, button, input {display: none;} /* buttons and input are used out of forms in sortable tables*/ |
