Update copy, tests, and administration

This commit is contained in:
Godwin
2017-06-11 15:27:18 -07:00
parent d75e3d63e4
commit eb4b3c44d6
27 changed files with 220 additions and 193 deletions
+33 -6
View File
@@ -622,6 +622,10 @@ button,
&.center {
text-align: center;
button, .button {
margin-left: 0.5em;
}
}
&.right {
@@ -654,6 +658,10 @@ button,
button[value="cancel"], button.red {
background-color: $red;
}
button.back {
background-color: $mid-gray;
}
}
#main {
@@ -694,9 +702,23 @@ button,
font-size: 0.9em;
}
.option-space {
margin: 1.5em 0;
}
.setting-option {
p {
display: inline-block;
margin: 0;
}
button {
vertical-align: middle;
}
}
.custom-option {
text-align: right;
border: 0.1rem solid $black;
background-color: $white;
input {
@@ -708,13 +730,15 @@ button,
border-right: 0;
text-align: center;
background-color: transparent;
border: 0.05rem solid $black;
border-bottom-style: none;
}
button {
width: 100%;
margin: 0;
border: 0;
border-top: inherit;
// border: 0;
// border-top: inherit;
background-color: lighten($colour-1, 25%);
}
}
@@ -3884,16 +3908,19 @@ body.policy .policy-agreement ul {
.custom-option {
margin-top: 1em;
display: table-row;
input {
display: table-cell;
width: 10em;
// width: 10em;
width: 50%;
border-right-style: none;
border-bottom-style: solid;
}
button {
display: table-cell;
width: 50%;
border-top: 0;
border-left: inherit;
}
}
}