NIHVIVO 2465 and 2485 display and manage multiple rdfs labels
This commit is contained in:
parent
b9f3b35c7d
commit
3099c26c9a
9 changed files with 339 additions and 6 deletions
|
@ -225,4 +225,25 @@ ul.dropdown ul ul {
|
|||
}
|
||||
ul.dropdown li:hover > ul {
|
||||
visibility: visible;
|
||||
}
|
||||
/* ------ MANAGE LABELS ------ */
|
||||
section#rdfsLabels {
|
||||
margin-left:20px;
|
||||
}
|
||||
section#rdfsLabels li:first-child {
|
||||
margin-top:20px;
|
||||
}
|
||||
section#rdfsLabels li {
|
||||
margin-bottom:15px;
|
||||
}
|
||||
section#rdfsLabels li label {
|
||||
font-size:1em;
|
||||
padding-left:5px;
|
||||
}
|
||||
section#rdfsLabels a.cancel {
|
||||
color:#F70;
|
||||
}
|
||||
p#mngLabelsText {
|
||||
margin-left:25px;
|
||||
margin-bottom:12px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue