summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2011-11-22 21:50:16 +0000
committerRob Peters <makitso@gmail.com>2011-11-22 21:50:16 +0000
commit2df30dbc594311842e1b710bf726196ecd3d29ed (patch)
tree717ccf6d0fdbff7232fcb8b4bcdc4f686bd310fc
parent75e6630f95eb40a3e4a7adec1b86ac8d4bac6453 (diff)
downloadwebtrees-2df30dbc594311842e1b710bf726196ecd3d29ed.tar.gz
webtrees-2df30dbc594311842e1b710bf726196ecd3d29ed.tar.bz2
webtrees-2df30dbc594311842e1b710bf726196ecd3d29ed.zip
Fix block placement problem with FAB theme for RTL Descendent chart.
-rw-r--r--themes/fab/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/fab/style.css b/themes/fab/style.css
index df2b385cd5..275a08b442 100644
--- a/themes/fab/style.css
+++ b/themes/fab/style.css
@@ -599,7 +599,7 @@ right:10px;
#descendancy_chart li {
list-style:none;
- margin:0 0 0 -15px; /* top right bottom left */
+ margin:0 0 0 -13px; /* top right bottom left */
padding-top:0;
padding-right:0;
padding-bottom:0;
@@ -608,14 +608,15 @@ right:10px;
/*-- descendancy chart rtl specific stylesheets --*/
html[dir='rtl'] #descendancy_chart ul {
background-position:right top;
-margin:0 18px 0 0;
left:auto;
+margin:0 15px 0 0;
+
}
html[dir='rtl'] #descendancy_chart li {
- list-style:none;
- margin:0; /* top right bottom left */
- padding:0 30px 0 0; /* top right bottom left */
+margin:0 -13px 0 0;
+padding:0 2px 0 0;
+left:auto;
}
/*-- relationship chart specific stylesheets --*/