mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Merge pull request #4612 from huffman/entity-properties-size
Entity properties size
This commit is contained in:
commit
9abe5ee292
2 changed files with 20 additions and 20 deletions
|
@ -517,17 +517,17 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="property">
|
||||
<div class="label">Locked</div>
|
||||
<div class="value">
|
||||
<span class="label">Locked</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-locked">
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
<div class="label">Visible</div>
|
||||
<div class="value">
|
||||
<span class="label">Visible</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-visible">
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
|
@ -625,17 +625,17 @@
|
|||
</div>
|
||||
|
||||
<div class="property">
|
||||
<div class="label">Ignore For Collisions</div>
|
||||
<div class="value">
|
||||
<span class="label">Ignore For Collisions</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-ignore-for-collisions"></input>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
<div class="label">Collisions Will Move</div>
|
||||
<div class="value">
|
||||
<span class="label">Collisions Will Move</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-collisions-will-move"></input>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
|
@ -690,10 +690,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="model-section property">
|
||||
<div class="label">Animation Playing</div>
|
||||
<div class="value">
|
||||
<span class="label">Animation Playing</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-model-animation-playing">
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="model-section property">
|
||||
<div class="label">Animation FPS</div>
|
||||
|
@ -768,10 +768,10 @@
|
|||
</div>
|
||||
|
||||
<div class="light-section property">
|
||||
<div class="label">Spot Light</div>
|
||||
<div class="value">
|
||||
<span class="label">Spot Light</span>
|
||||
<span class="value">
|
||||
<input type='checkbox' id="property-light-spot-light">
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="light-section property">
|
||||
<div class="label">Color</div>
|
||||
|
|
|
@ -210,8 +210,8 @@ input:disabled, textarea:disabled {
|
|||
}
|
||||
|
||||
#properties-list .property {
|
||||
padding: 6pt 6pt;
|
||||
border-top: 0.75pt solid rgb(63, 63, 63);
|
||||
padding: 4pt;
|
||||
border-bottom: 0.75pt solid rgb(63, 63, 63);
|
||||
min-height: 1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue