Beautify config screen.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user