mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +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;
|
||||
}
|
||||
|
||||
.checkbox-sub-props {
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.property .number {
|
||||
float: left;
|
||||
}
|
||||
|
@ -918,6 +922,14 @@ tuple, .blue:focus, .tuple .z:focus, .tuple .roll:focus {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
fieldset .checkbox-sub-props {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
fieldset .checkbox-sub-props .property:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.column {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
@ -1269,7 +1281,7 @@ th#entity-hasScript {
|
|||
|
||||
#base #property-type {
|
||||
padding: 5px 24px 5px 0;
|
||||
border-right: 1px solid #808080;
|
||||
border-right: 1px solid #808080;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -1277,13 +1289,13 @@ th#entity-hasScript {
|
|||
#base #div-locked {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 140px;
|
||||
right: 140px;
|
||||
}
|
||||
|
||||
#base #div-visible {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
#base .checkbox {
|
||||
|
@ -1361,9 +1373,9 @@ input#property-scale-button-reset {
|
|||
}
|
||||
|
||||
#property-serverScripts-status {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
right: -20px;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
right: -20px;
|
||||
}
|
||||
|
||||
#properties-list #collision-info > fieldset:first-of-type {
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue