Small fixes

pull/5742/merge
Aleksander Machniak 7 years ago
parent 9cdab037a0
commit f359144423

@ -198,10 +198,8 @@ button, input, select, textarea {
border: 1rem solid; border: 1rem solid;
border-color: currentColor @color-spinner-item currentColor currentColor; border-color: currentColor @color-spinner-item currentColor currentColor;
border-radius: 50%; border-radius: 50%;
animation-name: fa-spin; -webkit-animation: fa-spin 1s infinite linear;
animation-duration: 1s; animation: fa-spin 1s infinite linear;
animation-timing-function: linear;
animation-iteration-count: infinite;
} }
} }

@ -247,6 +247,10 @@ td.editfield { width: 99%; /* TODO */ }
} }
} }
.skinitem input {
width: auto;
}
.skinname { .skinname {
font-weight: bold; font-weight: bold;
} }

@ -15,7 +15,7 @@
position: absolute; position: absolute;
bottom: 0.5em; bottom: 0.5em;
right: 0.5em; right: 0.5em;
z-index: 50000; z-index: 99;
width: 320px; width: 320px;
height: auto; height: auto;
max-height: 85%; max-height: 85%;

Loading…
Cancel
Save