diff --git a/productMods/edit/forms/addAuthorsToInformationResource.jsp b/productMods/edit/forms/addAuthorsToInformationResource.jsp index f5585c3e..5f5e76e4 100644 --- a/productMods/edit/forms/addAuthorsToInformationResource.jsp +++ b/productMods/edit/forms/addAuthorsToInformationResource.jsp @@ -344,22 +344,25 @@ SPARQL queries for existing values. --%> <%-- span.author will be used in the next phase, when we display a message that the author has been removed. That text will replace the a.authorLink, which will be removed. --%> - - - - - - ${author.name} - - - - - - - ${authorshipName} (no linked author) - - - + <%-- This span is here to assign a width to. We can't assign directly to the a.authorLink, + for the case when it's followed by an em tag - we want the width to apply to the whole thing. --%> + + + + + + + ${author.name} + + + + + + + ${authorshipName} (no linked author) + + + Remove <%-- Undo --%> diff --git a/productMods/edit/forms/css/addAuthorsToInformationResource.css b/productMods/edit/forms/css/addAuthorsToInformationResource.css index 8e4326c8..ac386b6a 100644 --- a/productMods/edit/forms/css/addAuthorsToInformationResource.css +++ b/productMods/edit/forms/css/addAuthorsToInformationResource.css @@ -15,7 +15,7 @@ background: url("../images/sortable_icon.png") no-repeat left center; } -#authorships a.authorLink { +#authorships .authorLinkWrapper { display: inline-block; width: 15em; }