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:
parent
07972a7826
commit
0e64d6a0e3
3 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue