summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-09 11:20:13 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-09 11:20:13 +0000
commit8aba19a39b74845865ce6aa006520ec4516f5741 (patch)
tree3f04ab0c4aab1e8a7e4af6e0701fc26f5a08baa7
parent0c8c77f3163624a32af2ddd431d48cfbf5dec7b9 (diff)
downloadwebtrees-8aba19a39b74845865ce6aa006520ec4516f5741.tar.gz
webtrees-8aba19a39b74845865ce6aa006520ec4516f5741.tar.bz2
webtrees-8aba19a39b74845865ce6aa006520ec4516f5741.zip
Fix: "person boxes" overflow parent boxes on favourites-block and families-tab
-rw-r--r--themes/fab/style.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/fab/style.css b/themes/fab/style.css
index 366493b2e5..17e33ed20a 100644
--- a/themes/fab/style.css
+++ b/themes/fab/style.css
@@ -240,23 +240,16 @@ html[dir='rtl'] .makeMenu li ul li {
.person_box {
background-color:#DDF;
overflow:visible;
- height:56px;
}
.person_boxF {
background-color:#FDD;
overflow:visible;
- height:56px;
}
.person_boxNN {
background-color:#DFD;
overflow:visible;
- height:56px;
-}
-
-.action_header, .action_headerF {
- height:76px;
}
.action_headerF {background: #FDD;}