mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 14:02:57 +02:00
cleanup
This commit is contained in:
parent
27d9e8bd23
commit
7aba0a9082
2 changed files with 1187 additions and 1190 deletions
|
@ -614,6 +614,10 @@ hr {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.checkbox-sub-props {
|
||||||
|
margin-top: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
.property .number {
|
.property .number {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -918,6 +922,14 @@ tuple, .blue:focus, .tuple .z:focus, .tuple .roll:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset .checkbox-sub-props {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
fieldset .checkbox-sub-props .property:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
@ -1269,7 +1281,7 @@ th#entity-hasScript {
|
||||||
|
|
||||||
#base #property-type {
|
#base #property-type {
|
||||||
padding: 5px 24px 5px 0;
|
padding: 5px 24px 5px 0;
|
||||||
border-right: 1px solid #808080;
|
border-right: 1px solid #808080;
|
||||||
width: auto;
|
width: auto;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
@ -1277,13 +1289,13 @@ th#entity-hasScript {
|
||||||
#base #div-locked {
|
#base #div-locked {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 140px;
|
right: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#base #div-visible {
|
#base #div-visible {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#base .checkbox {
|
#base .checkbox {
|
||||||
|
@ -1361,9 +1373,9 @@ input#property-scale-button-reset {
|
||||||
}
|
}
|
||||||
|
|
||||||
#property-serverScripts-status {
|
#property-serverScripts-status {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
right: -20px;
|
right: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#properties-list #collision-info > fieldset:first-of-type {
|
#properties-list #collision-info > fieldset:first-of-type {
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue