diff --git a/webapp/web/css/individual/individual.css b/webapp/web/css/individual/individual.css index a6f1de9ef..f49c2babd 100644 --- a/webapp/web/css/individual/individual.css +++ b/webapp/web/css/individual/individual.css @@ -152,6 +152,9 @@ ul#individual-phone{ ul#individual-phone li{ font-size: .875em; } +ul#individual-phone li:last-child{ + margin-bottom: 15px; +} ul#individual-phone li:first-child{ margin-top: 10px; } @@ -370,8 +373,8 @@ article.property ul.subclass-property-list li{ margin-left: 10px; padding-left: 8px; padding-right: 1px; - vertical-align: text-top; + vertical-align: middle; } .delete-individual{ - vertical-align: text-top; + vertical-align: middle; } \ No newline at end of file diff --git a/webapp/web/images/arrowBackIcon.gif b/webapp/web/images/arrowBackIcon.gif new file mode 100644 index 000000000..0f6b75b48 Binary files /dev/null and b/webapp/web/images/arrowBackIcon.gif differ diff --git a/webapp/web/images/arrowIcon.gif b/webapp/web/images/arrowIcon.gif index aa6271263..bb50dd8b4 100644 Binary files a/webapp/web/images/arrowIcon.gif and b/webapp/web/images/arrowIcon.gif differ diff --git a/webapp/web/images/individual/editIcon.gif b/webapp/web/images/individual/editIcon.gif index 831829f1f..d8b1b30d6 100644 Binary files a/webapp/web/images/individual/editIcon.gif and b/webapp/web/images/individual/editIcon.gif differ diff --git a/webapp/web/images/userIcon.gif b/webapp/web/images/userIcon.gif new file mode 100644 index 000000000..c45780711 Binary files /dev/null and b/webapp/web/images/userIcon.gif differ