NIHVIVO-149 Styles for front end edit links on vitro namespace properties
This commit is contained in:
parent
9072d93bb5
commit
adae47ae04
1 changed files with 16 additions and 4 deletions
|
@ -203,13 +203,24 @@ Individual Pages
|
||||||
|
|
||||||
div#label { margin-bottom: 1.5em; }
|
div#label { margin-bottom: 1.5em; }
|
||||||
|
|
||||||
|
|
||||||
|
#label div {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
#label h2,
|
#label h2,
|
||||||
#label h3 {
|
#label h3 {
|
||||||
display: inline;
|
display: inline;
|
||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
em.moniker { color: #9c9c9c; }
|
#label .editLinks {
|
||||||
|
margin-top: -6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
em.moniker {
|
||||||
|
color: #9c9c9c;
|
||||||
|
}
|
||||||
|
|
||||||
ul.externalLinks { margin: 0 0 1.5em 0; }
|
ul.externalLinks { margin: 0 0 1.5em 0; }
|
||||||
|
|
||||||
|
@ -596,8 +607,9 @@ ul.properties li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.properties li,
|
div.vitroNsPropertyValue,
|
||||||
div.datatypePropertyValue,
|
div.datatypePropertyValue,
|
||||||
|
ul.properties li,
|
||||||
ul.datatypePropertyValue li {
|
ul.datatypePropertyValue li {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -619,8 +631,8 @@ span.editLinks a:hover { color: #000; }
|
||||||
|
|
||||||
span.editLinks a.edit { padding-right: 4px; }
|
span.editLinks a.edit { padding-right: 4px; }
|
||||||
|
|
||||||
span.statementWrap:hover span.editLinks,
|
.statementWrap:hover span.editLinks,
|
||||||
span.statementWrap:hover em.nonEditable {
|
.statementWrap:hover em.nonEditable {
|
||||||
display: block;
|
display: block;
|
||||||
width: 6em;
|
width: 6em;
|
||||||
padding: 2px 0 4px 0;
|
padding: 2px 0 4px 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue