summaryrefslogtreecommitdiff
path: root/themes/clouds/print.css
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2011-01-16 00:09:35 +0000
committerRob Peters <makitso@gmail.com>2011-01-16 00:09:35 +0000
commitdfd028ed270f1187749f5f72745b2dcfc7f9984a (patch)
tree8b332c06d9f20bd24338f13c1a12b18a9d83f2a0 /themes/clouds/print.css
parent17452b01d83cf4c1936d728c767ff9aeb75ef19c (diff)
downloadwebtrees-dfd028ed270f1187749f5f72745b2dcfc7f9984a.tar.gz
webtrees-dfd028ed270f1187749f5f72745b2dcfc7f9984a.tar.bz2
webtrees-dfd028ed270f1187749f5f72745b2dcfc7f9984a.zip
Update ancestry and decendancy charts for new rtl structure
Diffstat (limited to 'themes/clouds/print.css')
-rw-r--r--themes/clouds/print.css37
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*/