Add Modular server config screen

This commit is contained in:
J. Ryan Stinnett 2019-01-28 17:32:56 -06:00
parent c914db53ca
commit 34e2979f98
5 changed files with 147 additions and 2 deletions

View file

@ -42,6 +42,11 @@ limitations under the License.
font-weight: normal;
}
.mx_AuthBody .mx_Field input {
width: 100%;
box-sizing: border-box;
}
.mx_AuthBody a:link,
.mx_AuthBody a:hover,
.mx_AuthBody a:visited {

View file

@ -20,6 +20,7 @@ limitations under the License.
}
.mx_ServerConfig_fields .mx_Field {
flex: 1;
margin: 0 5px;
}