NIHVIVO-143 Add front end edit links to moniker
This commit is contained in:
parent
8b5c82cb6c
commit
e8d091b22d
1 changed files with 15 additions and 6 deletions
|
@ -201,10 +201,10 @@ div#breadcrumbs a:hover { color: #000; }
|
||||||
Individual Pages
|
Individual Pages
|
||||||
************************/
|
************************/
|
||||||
|
|
||||||
div#label { margin-bottom: 1.5em; }
|
div#labelAndMoniker { margin-bottom: 1.5em; }
|
||||||
|
|
||||||
|
|
||||||
#label div {
|
#labelAndMoniker div {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -214,10 +214,6 @@ div#label { margin-bottom: 1.5em; }
|
||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#label .editLinks {
|
|
||||||
margin-top: -6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
em.moniker {
|
em.moniker {
|
||||||
color: #9c9c9c;
|
color: #9c9c9c;
|
||||||
}
|
}
|
||||||
|
@ -614,6 +610,7 @@ ul.datatypePropertyValue li {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
span.editLinks,
|
span.editLinks,
|
||||||
em.nonEditable {
|
em.nonEditable {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -645,6 +642,18 @@ span.editLinks a.edit { padding-right: 4px; }
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#label .editLinks {
|
||||||
|
margin-top: -6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#moniker .statementWrap:hover span.editLinks {
|
||||||
|
position: static;
|
||||||
|
display: inline;
|
||||||
|
margin-left: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
span.statementWrap:hover em.nonEditable {
|
span.statementWrap:hover em.nonEditable {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
width: 8em;
|
width: 8em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue