switch to absolute times when old enough
This commit is contained in:
@@ -57,10 +57,11 @@ th, td {
|
||||
|
||||
textarea {
|
||||
width: min(100%, 500px);
|
||||
height: 15em;
|
||||
height: 25em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
||||
input[type=text], input[type=password] {
|
||||
width: min(100%, 20em);
|
||||
font-family: monospace;
|
||||
@@ -211,8 +212,21 @@ table.form > * > tr > td, th {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/* Admin */
|
||||
.admin_h2 {
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
main.admin {
|
||||
width: 95%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
main.admin textarea {
|
||||
height: 5em;
|
||||
}
|
||||
.config_label {
|
||||
max-width: 15em;
|
||||
width: 15em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user