more styling

This commit is contained in:
2017-11-03 02:26:00 +00:00
parent 740e37c509
commit 84f1cd6f9b
7 changed files with 113 additions and 32 deletions

View File

@@ -8,11 +8,15 @@ form .form-row > label {
padding: .5em 1em .5em 0;
flex: 1;
}
form .form-row > label + label {
flex: 0;
}
form .form-row > input {
flex: 2;
}
form .form-row > span {
flex: 2;
text-align: right;
}
form .form-row input[type="checkbox"] {
margin-top: 12px;
@@ -38,6 +42,7 @@ form .form-row input[type="checkbox"] {
.sui {
background: #000000;
color: #0eb8c0;
font-family: "Open Sans";
}
.sui * {
margin: 0;
@@ -49,10 +54,12 @@ form .form-row input[type="checkbox"] {
.sui .shown {
display: block;
}
.sui input,
.sui button {
.sui input {
padding: .5em;
}
.sui button {
padding: .8em;
}
.sui > .content {
padding: 16px;
}
@@ -74,15 +81,18 @@ form .form-row input[type="checkbox"] {
.sui > .content .container.collapsible > .heading:hover {
cursor: pointer;
}
.sui > .content .container.collapsible .content {
.sui > .content .container.collapsible > .content {
display: none;
}
.sui > .content .container.collapsible.open > .heading {
margin-bottom: 16px;
}
.sui > .content .container.collapsible.open .content {
.sui > .content .container.collapsible.open > .content {
display: block;
}
.sui > .content label {
color: #b3b2b2;
}
.sui > .content input[type="text"],
.sui > .content input[type="password"] {
height: 16px;
@@ -101,6 +111,9 @@ form .form-row input[type="checkbox"] {
.sui > .content input[type="checkbox"] {
transform: scale(2);
}
.sui > .content input[type="range"] {
padding: 0;
}
.sui > .content button {
background: #097479;
color: white;