mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 22:51:28 +02:00
Add Hierarchy display in List and Selection
Add Hierarchy display in List and Selection
This commit is contained in:
parent
edb4e4dcaa
commit
fdae7877e1
1 changed files with 10 additions and 5 deletions
|
@ -1456,6 +1456,11 @@ input[type=button]#export {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#entity-table-scroll .vglyph {
|
||||||
|
font-family: Vircadia-Glyphs;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
#entity-table {
|
#entity-table {
|
||||||
margin-top: -28px;
|
margin-top: -28px;
|
||||||
margin-bottom: -18px;
|
margin-bottom: -18px;
|
||||||
|
@ -1468,7 +1473,7 @@ input[type=button]#export {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entity-table .glyph {
|
#entity-table .glyph .vglyph {
|
||||||
margin: 0 -2px 0 -2px;
|
margin: 0 -2px 0 -2px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
@ -1501,11 +1506,11 @@ input[type=button]#export {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entity-table th .glyph {
|
#entity-table th .glyph .vglyph {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 4px;
|
left: 4px;
|
||||||
}
|
}
|
||||||
#entity-table th .glyph + .sort-order {
|
#entity-table th .glyph .vglyph + .sort-order {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 4px;
|
left: 4px;
|
||||||
}
|
}
|
||||||
|
@ -1532,7 +1537,7 @@ input[type=button]#export {
|
||||||
#entity-table td {
|
#entity-table td {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
#entity-table td.glyph {
|
#entity-table td .glyph .vglyph {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -1877,7 +1882,7 @@ div.multiZoneSelToolbar {
|
||||||
left:0;
|
left:0;
|
||||||
right:0;
|
right:0;
|
||||||
bottom:0;
|
bottom:0;
|
||||||
display:block;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.entity-list-menu {
|
div.entity-list-menu {
|
||||||
|
|
Loading…
Reference in a new issue