Beautify config screen.

This commit is contained in:
2021-09-30 13:00:31 +09:30
parent 910cb443bd
commit e647a180ca
2 changed files with 38 additions and 13 deletions

View File

@@ -17,6 +17,26 @@
padding-top: 50px;
font-size: 30%;
}
.gropple-config {
font-size: 80%;
}
.gropple-config input.input-long {
width: 27em;
}
.gropple-config button {
border-radius: 12px;
}
.gropple-config button.button-del {
background: rgb(202, 60, 60);
}
.gropple-config button.button-add {
background: rgb(60, 200, 60);
}
.gropple-config .pure-form-message {
padding-top: .5em;
padding-bottom: 1.5em;
}
</style>
</head>
<body style="margin:4; padding:4">