NIHVIVO-1316: Adding navigational control for accessing property groups menu from property groups. When users click on the arrow located at the top right part of a property group, this will scroll up to the property groups menu.

This commit is contained in:
mb863 2010-12-17 20:00:57 +00:00
parent 07972a7826
commit 0e64d6a0e3
3 changed files with 10 additions and 1 deletions

View file

@ -294,6 +294,7 @@ p.view-all-coauthors{
}
/* PROPERTY GROUP------> */
.property-group{
position: relative;
clear: both;
width: 920px;
border: 1px solid #dfebe5;
@ -301,7 +302,13 @@ p.view-all-coauthors{
margin-bottom: 10px;
background: #fff;
margin-bottom: 20px;
overflow: hidden;
}
.scroll-up{
position: absolute;
width: 21px;
height: 30px;
top: 0;
right: -21px;
}
section.property-group h2{
padding: 20px 25px 12px 35px;