trunk merge
This commit is contained in:
commit
fe54171ffd
4 changed files with 18 additions and 12 deletions
|
@ -63,7 +63,7 @@ email.replyTo = vivoAdmin@my.domain.edu
|
|||
|
||||
#
|
||||
# The basic parameters for a database connection. Change the end of the
|
||||
# URL to reflect your database name (if it is not "vitro"). Change the username
|
||||
# URL to reflect your database name (if it is not "vitrodb"). Change the username
|
||||
# and password to match the authorized database user you created.
|
||||
#
|
||||
VitroConnection.DataSource.url = jdbc:mysql://localhost/vitrodb
|
||||
|
|
|
@ -15,8 +15,14 @@
|
|||
|
||||
#subject-parent-entity {
|
||||
display: none;
|
||||
font-size:.7em;
|
||||
color:#aaa;
|
||||
margin-left:10px;
|
||||
}
|
||||
#subject-parent-entity-spacer {
|
||||
color:#aaa;
|
||||
margin-left:-18px;
|
||||
}
|
||||
|
||||
#error-container {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
<div id="body">
|
||||
|
||||
<div id="subject-parent-entity">
|
||||
<a id="subject-parent-entity-profile-url" href="#"></a>
|
||||
<a id="subject-parent-entity-temporal-url" href="#"><img src="${temporalGraphSmallIcon}" width="15px" height="15px"/></a>
|
||||
</div>
|
||||
|
||||
|
||||
<h2 id="header-entity-label"><span><a id="organizationMoniker" href="${organizationVivoProfileURL}">${organizationLabel}</a>
|
||||
<img id="incomplete-data-disclaimer" class="infoIcon" src="${urls.images}/iconInfo.png" alt="information icon" title="This information is based solely on ${currentParameterObject.value} which have been loaded into the VIVO system" /></span></h2>
|
||||
<h2 id="header-entity-label"><span><a id="organizationMoniker" href="${organizationVivoProfileURL}">${organizationLabel}</a></span>
|
||||
<span id="subject-parent-entity"><span>| </span>
|
||||
<a id="subject-parent-entity-profile-url" href="#" title="Parent organization of ${organizationLabel}"></a>
|
||||
<a id="subject-parent-entity-temporal-url" href="#"><img src="${temporalGraphSmallIcon}" width="15px" height="15px"/></a>
|
||||
</span></h2><br>
|
||||
|
||||
<div id="leftblock">
|
||||
<div id="leftUpper">
|
||||
|
@ -94,7 +94,8 @@
|
|||
</div>
|
||||
|
||||
<div id="bottom">
|
||||
<h3><span id="comparisonParameter"></span></h3>
|
||||
<h3><span id="comparisonParameter"></span>
|
||||
<img id="incomplete-data-disclaimer" class="infoIcon" src="${urls.images}/iconInfo.png" alt="information icon" title="This information is based solely on ${currentParameterObject.value} which have been loaded into the VIVO system" width="15px" height="15px"/></h3>
|
||||
<p class="displayCounter">You have selected <span id="counter">0</span> of a maximum
|
||||
<span id="total">10</span> <span id="entityleveltext"> schools</span>.
|
||||
<span id="legend-row-header">
|
||||
|
|
|
@ -1497,7 +1497,7 @@ table#account td {
|
|||
padding: .5em;
|
||||
border: 1px solid #F7F9F9;
|
||||
font-size: .9em;
|
||||
}
|
||||
}
|
||||
table#account tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
@ -1550,7 +1550,7 @@ form.customForm #reset-password {
|
|||
#add-account .note {
|
||||
padding-bottom: 20px;
|
||||
padding-top: 0;
|
||||
margin-top: 5px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
/* -------------------------------------------------> */
|
||||
/* DROP DOWN USER MENU ----------------------------> */
|
||||
|
@ -1612,7 +1612,6 @@ ul.dropdown ul.sub_menu li {
|
|||
}
|
||||
ul.dropdown ul.sub_menu li:last-child {
|
||||
width: 96px;
|
||||
|
||||
}
|
||||
/* IE 6 & 7 Needs Inline Block */
|
||||
/* ADD IN IE6.css and IE7.css*/
|
||||
|
|
Loading…
Add table
Reference in a new issue