diff options
| author | Rob Peters <makitso@gmail.com> | 2012-01-31 00:17:05 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2012-01-31 00:17:05 +0000 |
| commit | 2fe7f4bb3afabdc72e373a92a249958bf77385e5 (patch) | |
| tree | ba6eab8a112a889487432f22c947cb7b59056c95 /themes | |
| parent | 74cada3cd4fdf85868ca30bcfc5c9ac9bb7d5425 (diff) | |
| download | webtrees-2fe7f4bb3afabdc72e373a92a249958bf77385e5.tar.gz webtrees-2fe7f4bb3afabdc72e373a92a249958bf77385e5.tar.bz2 webtrees-2fe7f4bb3afabdc72e373a92a249958bf77385e5.zip | |
Family tab dropdown fix
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/clouds/style.css | 2 | ||||
| -rw-r--r-- | themes/fab/style.css | 3 | ||||
| -rw-r--r-- | themes/minimal/style.css | 2 | ||||
| -rw-r--r-- | themes/webtrees/style.css | 2 | ||||
| -rw-r--r-- | themes/xenea/style.css | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 1e5b19b481..6919b756cf 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -569,7 +569,7 @@ visibility:visible; .person_box_lifespan {display: inline;} /* families tab person box */ -#relatives_content .person_box, #relatives_content .person_boxF { height:50px;} +#relatives_content .person_box > .person_box, #relatives_content .person_boxF > .person_boxF { height:50px;} .action_headerF {background: #FDD;} .action_header {background: #DDF;} diff --git a/themes/fab/style.css b/themes/fab/style.css index 6f38269aa9..2d838a0dc1 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -260,7 +260,8 @@ html[dir='rtl'] .makeMenu li ul li { .person_box_lifespan {display: inline;} /* families tab person box */ -#relatives_content .person_box, #relatives_content .person_boxF { height:50px;} + +#relatives_content .person_box > .person_box, #relatives_content .person_boxF > .person_boxF { height:50px;} html[dir='rtl'] .person_box html[dir='rtl'] .person_boxF html[dir='rtl'] .person_boxNN {margin: 0 3px 0 0;} diff --git a/themes/minimal/style.css b/themes/minimal/style.css index fc9043bc02..321bde2d09 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -287,7 +287,7 @@ input, textarea { .person_box_lifespan {display: inline;} /* families tab person box */ -#relatives_content .person_box, #relatives_content .person_boxF { height:50px;} +#relatives_content .person_box > .person_box, #relatives_content .person_boxF > .person_boxF { height:50px;} .list_table { margin-left: auto; diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 4ed57319ea..b3995a45e2 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -65,7 +65,7 @@ h4 {color:#006; font-weight:bold; font-size:12px;} .person_box:target, .news_box:target, #gedcom_stats:target {background-color:#ffc;} .person_box_lifespan {display: inline;} /* families tab person box */ -#relatives_content .person_box, #relatives_content .person_boxF { height:50px;} +#relatives_content .person_box > .person_box, #relatives_content .person_boxF > .person_boxF { height:50px;} .center {text-align:center;} diff --git a/themes/xenea/style.css b/themes/xenea/style.css index 7e2632681f..2f30fb6db8 100644 --- a/themes/xenea/style.css +++ b/themes/xenea/style.css @@ -349,7 +349,7 @@ th { .person_box_lifespan {display: inline;} /* families tab person box */ -#relatives_content .person_box, #relatives_content .person_boxF { height:50px;} +#relatives_content .person_box > .person_box, #relatives_content .person_boxF > .person_boxF { height:50px;} .list_table { margin-left:auto; |
