NIHVIVO-1884: Fixed: Over text on foaf:Person page is extending too far to the right
This commit is contained in:
parent
bdda1b950d
commit
7a6147b26a
2 changed files with 18 additions and 17 deletions
|
@ -58,6 +58,23 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="individual-info" role="region">
|
<section id="individual-info" role="region">
|
||||||
|
<#include "individual-sparklineVisualization.ftl">
|
||||||
|
<#-- Disable for now until controller sends data -->
|
||||||
|
<#--
|
||||||
|
<section id="co-authors" role="region">
|
||||||
|
<header>
|
||||||
|
<h3><span class="grey">10 </span>Co-Authors</h3>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<ul role="list">
|
||||||
|
<li role="listitem"><a href="#"><img class="co-author" src="" /></a></li>
|
||||||
|
<li role="listitem"><a href="#"><img class="co-author" src="" /></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p class="view-all-coauthors"><a class="view-all-style" href="#">View All <img src="${urls.images}/arrowIcon.gif" alt="arrow icon" /></a></p>
|
||||||
|
</section>
|
||||||
|
-->
|
||||||
|
|
||||||
<#if individual.showAdminPanel>
|
<#if individual.showAdminPanel>
|
||||||
<#include "individual-adminPanel.ftl">
|
<#include "individual-adminPanel.ftl">
|
||||||
</#if>
|
</#if>
|
||||||
|
@ -100,23 +117,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</#if>
|
</#if>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<#include "individual-sparklineVisualization.ftl">
|
|
||||||
<#-- Disable for now until controller sends data -->
|
|
||||||
<#--
|
|
||||||
<section id="co-authors" role="region">
|
|
||||||
<header>
|
|
||||||
<h3><span class="grey">10 </span>Co-Authors</h3>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<ul role="list">
|
|
||||||
<li role="listitem"><a href="#"><img class="co-author" src="" /></a></li>
|
|
||||||
<li role="listitem"><a href="#"><img class="co-author" src="" /></a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p class="view-all-coauthors"><a class="view-all-style" href="#">View All <img src="${urls.images}/arrowIcon.gif" alt="arrow icon" /></a></p>
|
|
||||||
</section>
|
|
||||||
-->
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<#assign nameForOtherGroup = "other"> <#-- used by both individual-propertyGroupMenu.ftl and individual-properties.ftl -->
|
<#assign nameForOtherGroup = "other"> <#-- used by both individual-propertyGroupMenu.ftl and individual-properties.ftl -->
|
||||||
|
|
|
@ -1212,6 +1212,7 @@ ul#individual-positions li a{
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
width: 75%;
|
||||||
}
|
}
|
||||||
ul#individual-areas{
|
ul#individual-areas{
|
||||||
padding-bottom: 24px;
|
padding-bottom: 24px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue