diff options
| -rw-r--r-- | themes/webtrees/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 3b846cb029..12dd223683 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -730,9 +730,9 @@ html[dir=rtl] dd .editlink, html[dir=rtl] dd .deletelink {float:left;} /* General sprite */ .male_gender, .female_gender, .unknown_gender, .editicon, .copyicon, .deleteicon {display:block;background:url(images/general_sprite.png) no-repeat left 0;} -.female_gender {background-position:-45px 1px;width:24px;} -.male_gender {background-position:-72px 3px;width:24px;} -.unknown_gender {background-position:-100px 4px;width:24px;} +.female_gender {background-position:-45px 1px;width:24px;height:30px;} +.male_gender {background-position:-72px 3px;width:24px;height:30px;} +.unknown_gender {background-position:-100px 4px;width:24px;height:30px;} .editicon {background-position:-40px -32px;width:24px;height:16px;} .copyicon {background-position:-70px -32px;width:24px;height:16px;} .deleteicon {background-position:-100px -32px;width:24px;height:16px;} |
