update the css a bit

This commit is contained in:
idk
2020-10-30 22:13:42 -04:00
parent a56bf3101d
commit a4336b105f
3 changed files with 8 additions and 12 deletions

View File

@@ -266,4 +266,4 @@ img {
img.readyness {
height: 100%;
width: auto
}
}

View File

@@ -1,5 +1,4 @@
body {
/* width: 25em;*/
font-family: "Open Sans Light",sans-serif;
font-size: 0.9em;
font-weight: 300
@@ -14,9 +13,8 @@ section.scheme-options {
#clear-button,
section.scheme-options input,
section.scheme-options>select {
/* float: right*/
}
label {
display: block;
margin-top: 1em
@@ -34,23 +32,21 @@ html {
width: 100%
}
a {
margin: 10px;
/* display: inline-block*/
margin: 10px
}
.panel {
margin: 5px
}
span.identity {
width: 100px;
/* display: inline-block;*/
margin-left: 1em
}
.identity-options {
display: none
}
input {
/* display: inline*/
}
div {
width: 100% !important;
}
width: 100%!important
}

View File

@@ -3,7 +3,7 @@ li {
margin-left: 0
}
ul {
width: 100%;
width: 100%
}
button {
width: 50%;
@@ -14,4 +14,4 @@ button {
}
.button-list {
display: inline
}
}