From efd17d974a70e2f9641bb8f5a0f5ba99edd72058 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sun, 24 Feb 2013 16:02:10 +0000 Subject: Fix media paths beginning "./" (created by phpGedView?0 Allow landscape images in person boxes - but nothing wider than 8:5 ratio --- themes/clouds/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/clouds/style.css') diff --git a/themes/clouds/style.css b/themes/clouds/style.css index a873e096dc..a8bdffa1bf 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -1699,7 +1699,7 @@ overflow:visible !important; .person_box_template .noprint { width:25px;height:50px; position:relative;} .person_box_template .chart_textbox {height:auto;overflow: hidden;} .person_box_template .details div {display:block;} -.person_box_template img {float:left;height:50px;width:auto;max-width:50px;margin:0 3px 0 0;} +.person_box_template img {float:left;height:50px;width:auto;max-width:80px;margin:0 3px 0 0;} html[dir="rtl"] .person_box_template img {float:right; margin:0 0 0 3px;} .person_box_template i[class^="icon-silhouette"]{float:left;} html[dir="rtl"] .person_box_template i[class^="icon-silhouette"]{float:right;} -- cgit v1.3