NIHVIVO-1884: Fixed: Over text on foaf:Person page is extending too far to the right

This commit is contained in:
mb863 2011-01-24 17:08:51 +00:00
parent bdda1b950d
commit 7a6147b26a
2 changed files with 18 additions and 17 deletions

View file

@ -58,6 +58,23 @@
</section>
<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>
<#include "individual-adminPanel.ftl">
</#if>
@ -100,23 +117,6 @@
</ul>
</#if>
</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>
<#assign nameForOtherGroup = "other"> <#-- used by both individual-propertyGroupMenu.ftl and individual-properties.ftl -->

View file

@ -1212,6 +1212,7 @@ ul#individual-positions li a{
font-size: 1em;
padding-right: 10px;
padding-top: 10px;
width: 75%;
}
ul#individual-areas{
padding-bottom: 24px;