NIHVIVO-1643: Styled admin panel.

This commit is contained in:
mb863 2011-01-21 03:12:59 +00:00
parent 969a7a8469
commit f96fbfa3f8
2 changed files with 14 additions and 14 deletions

View file

@ -34,9 +34,10 @@
width: 75%; width: 75%;
margin-top: 35px; margin-top: 35px;
margin-bottom: 45px; margin-bottom: 45px;
position: relative;
} }
#individual-intro h1{ #individual-intro h1{
padding-bottom: 24px; padding-bottom: 8px;
} }
#individual-intro span.preferred-title{ #individual-intro span.preferred-title{
padding-left: 10px; padding-left: 10px;
@ -64,6 +65,7 @@
width: 75%; width: 75%;
margin-top: 0.5em; margin-top: 0.5em;
margin-bottom: 30px; margin-bottom: 30px;
position: relative;
} }
/* <------ INDIVIDUAL INTRO - LEFT SIDE CONTENT */ /* <------ INDIVIDUAL INTRO - LEFT SIDE CONTENT */
#share-contact{ #share-contact{
@ -100,6 +102,7 @@ ul#individual-tools-people li{
margin-bottom: 20px; margin-bottom: 20px;
} }
ul#individual-tools{ ul#individual-tools{
margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
height: 20px; height: 20px;
} }
@ -155,12 +158,12 @@ ul.individual-urls-people li{
} }
/* <------ INDIVIDUAL INTRO - RIGHT SIDE CONTENT */ /* <------ INDIVIDUAL INTRO - RIGHT SIDE CONTENT */
#individual-info{ #individual-info{
width: 69%;
float: left; float: left;
padding: 0 0 0 10px; padding: 0 0 0 10px;
width: 69%;
} }
#individual-info h1.fn{ #individual-info h1.fn{
padding-bottom: 12px; /*padding-bottom: 12px;*/
} }
h1.fn .preferred-title { h1.fn .preferred-title {
padding-left: 10px; padding-left: 10px;
@ -196,7 +199,7 @@ ul#individual-areas li:first-child{
padding-left: 0; padding-left: 0;
} }
/* <------ INDIVIDUAL VISUALIZATION */ /* <------ INDIVIDUAL VISUALIZATION */
#publications-visualization{ #visualization{
float: right; float: right;
width: 226px; width: 226px;
} }
@ -204,6 +207,7 @@ ul#individual-areas li:first-child{
#sparklines-publications{ #sparklines-publications{
width: 220px; width: 220px;
padding: 0 20px 45px 20px; padding: 0 20px 45px 20px;
margin-top: 30px;
} }
#sparklines-publications h3{ #sparklines-publications h3{
padding-top: 10px; padding-top: 10px;
@ -348,10 +352,9 @@ article.property ul.subclass-property-list li{
.delete-individual{ .delete-individual{
vertical-align: middle; vertical-align: middle;
} }
.thumb-edit-links{ .thumb-links{
position: absolute; position: absolute;
top 0; margin-left: 108px;
right: 22px;
/* background: rgba(255, 255, 255, 0.8);*/ /* background: rgba(255, 255, 255, 0.8);*/
background: #fff; background: #fff;
margin-top: 143px; margin-top: 143px;

View file

@ -2,10 +2,7 @@
<#-- Template for admin panel on individual profile page --> <#-- Template for admin panel on individual profile page -->
<div class="admin top"> <section id="admin">
<h3 class="toggle">Admin Panel</h3> <h3>Admin Panel</h3><a class="edit-individual" href="${individual.editUrl}">Edit this individual</a>
<div class="panelContents"> <p class="uri-link">Resource URI: <a href="${individual.uri}" target="_blank">${individual.uri}</a></p>
<a href="${individual.editUrl}"> edit this individual</a> </section>
<p>Resource URI: ${individual.uri}</p>
</div>
</div>