Tenderfoot improvements
This commit is contained in:
parent
a97d67f1fa
commit
ebb2990e93
4 changed files with 53 additions and 21 deletions
|
@ -18,6 +18,9 @@ ul#browse-classes .count-classes {
|
|||
font-size: 12px;
|
||||
}
|
||||
/* ALPHA BROWSE------> */
|
||||
nav#alpha-browse-container {
|
||||
width: 739px;
|
||||
}
|
||||
ul#alpha-browse-individuals {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
@ -42,3 +45,24 @@ nav#alpha-browse-container {
|
|||
border-left: 1px solid #dde4e3;
|
||||
border-bottom: none;
|
||||
}
|
||||
/* BROWSE INDIVIDUALS------> */
|
||||
#individuals-in-class {
|
||||
width: 739px;
|
||||
border: 1px solid #dde4e3;
|
||||
background-color: #fff;
|
||||
}
|
||||
#individuals-in-class li.individual {
|
||||
border-bottom: 1px solid #dde4e3;
|
||||
}
|
||||
#individuals-in-class li img {
|
||||
border: 2px solid #dde4e3;
|
||||
}
|
||||
#individuals-in-class li h1,
|
||||
#property-group-menu ul,
|
||||
article.property ul.property-list {
|
||||
color: #5e6363;
|
||||
font-size: 1em;
|
||||
}
|
||||
.pagination.menupage li a:hover {
|
||||
background: #5e6363;
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@ article.property li h3 {
|
|||
color: #337ab7;
|
||||
font-weight: 400;
|
||||
transition: all 0.5s;
|
||||
padding: .2em .6em .3em;
|
||||
padding: .1em .4em .1em;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
@ -71,9 +71,11 @@ article.property li h3 {
|
|||
float: right;
|
||||
background-color: #fff;
|
||||
margin-right: 10px;
|
||||
padding-top: 4px;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
padding-top: 3px;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
padding-bottom: 1px;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
#individual-intro span.display-title {
|
||||
|
@ -99,3 +101,11 @@ ul#individual-facultyMemberships li {
|
|||
margin-right: 10px;
|
||||
border-right: none;
|
||||
}
|
||||
#admin {
|
||||
background-color: #f3f3f0;
|
||||
margin-top: 15px;
|
||||
}
|
||||
#admin h3 {
|
||||
background-color: #398AAC;
|
||||
color: #fff;
|
||||
}
|
|
@ -1,7 +1,3 @@
|
|||
header {
|
||||
height:114px;
|
||||
}
|
||||
|
||||
legend {
|
||||
display: none;
|
||||
}
|
||||
|
@ -54,8 +50,8 @@ body {
|
|||
|
||||
.row.title {
|
||||
background: #398AAC;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 7px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
.row.title span {
|
||||
|
@ -247,7 +243,7 @@ h1.vivo-logo a {
|
|||
position: absolute;
|
||||
}
|
||||
h2 {
|
||||
padding: 10px 0 12px 0;
|
||||
padding: 5px 0 6px 0;
|
||||
margin: 0;
|
||||
font-size: 1.375em;
|
||||
color: #064d68;
|
||||
|
@ -261,19 +257,19 @@ h2 a:visited {
|
|||
text-decoration: underline;
|
||||
}
|
||||
h3 {
|
||||
padding: 10px 0 12px 0;
|
||||
padding: 5px 0 6px 0;
|
||||
margin: 0;
|
||||
font-size: 1.125em;
|
||||
color: #064d68;
|
||||
}
|
||||
h4 {
|
||||
padding: 10px 0 12px 0;
|
||||
padding: 5px 0 6px 0;
|
||||
margin: 0;
|
||||
font-size: 1em;
|
||||
color: #064d68;
|
||||
}
|
||||
h5 {
|
||||
padding: 10px 0 12px 0;
|
||||
padding: 5px 0 6px 0;
|
||||
margin: 0;
|
||||
font-size: .875em;
|
||||
color: #064d68;
|
||||
|
|
|
@ -24,6 +24,14 @@
|
|||
<#--add the VIVO-ORCID interface -->
|
||||
<#include "individual-orcidInterface.ftl">
|
||||
|
||||
<section id="individual-admin">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<#include "individual-adminPanel.ftl">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="individual-intro" class="vcard person" role="region"><span itemscope itemtype="http://schema.org/Person">
|
||||
<div class="row row-eq-height">
|
||||
<div class="col-md-2 photo-wrapper">
|
||||
|
@ -43,7 +51,7 @@
|
|||
${individualImage}
|
||||
</div>
|
||||
<div class="col-md-10 person-details">
|
||||
<div class="row title" style="margin-bottom: 10px;">
|
||||
<div class="row title">
|
||||
<div class="col-md-12">
|
||||
<h1 class="vcard foaf-person">
|
||||
<#-- Label -->
|
||||
|
@ -94,12 +102,6 @@
|
|||
|
||||
<section itemscope itemtype="http://schema.org/Person" id="individual-intro" class="vcard person" role="region">
|
||||
<section id="individual-info" ${infoClass!} role="region">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<#include "individual-adminPanel.ftl">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Overview -->
|
||||
<!-- #include "individual-overview.ftl" -->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue